Share via


IHTMLEventObj3 interface

This interface provides access to the IHTMLEventObj interface and event properties that provide information such as the state of the keyboard keys.

Members

The IHTMLEventObj3 interface inherits from the IDispatch interface. IHTMLEventObj3 also has these types of members:

  • Properties

Properties

The IHTMLEventObj3 interface has these properties.

Property Description

altLeft

Retrieves a value that indicates the state of the left ALT key.

behaviorCookie

Retrieves a cookie identifying the rendering behavior on which this event was fired.

behaviorPart

Retrieves a value that identifies the part of a rendering behavior on which this event was fired.

contentOverflow

Retrieves a value that indicates whether the document contains additional content after processing the current LayoutRect object.

ctrlLeft

Sets or retrieves the state of the left CTRL key.

imeCompositionChange

imeNotifyCommand

imeNotifyData

imeRequestData

keyboardLayout

Retrieves the keyboard layout.

nextPage

Retrieves the position of the next page within a print template.

shiftLeft

Retrieves the state of the left SHIFT key.

 

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch

Reference

IHTMLEventObj2

IHTMLEventObj4