IDOMCompositionEvent interface
Provides contextual information that is associated with text-composition events.
Members
The IDOMCompositionEvent interface inherits from the IDispatch interface. IDOMCompositionEvent also has these types of members:
- Methods
- Properties
Methods
The IDOMCompositionEvent interface has these methods.
Method | Description |
---|---|
initCompositionEvent | Initializes a new text composition event that the IDocumentEvent::createEvent method created. |
Properties
The IDOMCompositionEvent interface has these properties.
Property | Description |
---|---|
Gets the data of the event. |
|
Gets the locale name for the event. |
Remarks
You can generate composition events by an Input Method Editor (IME), for example.
Requirements
Minimum supported client |
Windows Vista with SP1, Windows 7 |
Minimum supported server |
Windows Server 2008 R2 |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |