IHTMLElement3 interface
Provides access to the properties and methods that are common to all element objects.
Members
The IHTMLElement3 interface inherits from the IDispatch interface. IHTMLElement3 also has these types of members:
- Methods
- Properties
Methods
The IHTMLElement3 interface has these methods.
Method | Description |
---|---|
dragDrop | Initiates a drag event. |
fireEvent | Fires a specified event on the object. |
mergeAttributes | Copies attributes to the specified element. |
setActive | Sets the object as active without setting focus to the object. |
Properties
The IHTMLElement3 interface has these properties.
Property | Description |
---|---|
Retrieves the value indicating whether the object can contain rich HTML markup. |
|
Sets or retrieves the string that indicates whether the user can edit the content of the object. |
|
Sets or gets the value that indicates whether the user can interact with the object. |
|
Sets or gets the value that indicates whether the object visibly shows that it has focus. |
|
Sets or gets whether to render an empty object as though it contains text. |
|
Gets the value that indicates whether the user can edit the contents of the object. |
|
Gets the value that indicates whether the user can interact with the object. |
|
Retrieves the value indicating whether the content of the object contains one or more lines. |
|
Sets or retrieves a pointer to the event handler function associated with the HTMLFrameSiteEvents::oncontrolselect event. |
|
Sets or gets a pointer to the event handler function that fires when the print or print preview layout process finishes filling the object with content from the source document. |
|
Sets or gets a pointer to the event handler function that fires when the user moves the mouse pointer into the object. |
|
Sets or gets a pointer to the event handler function that fires when the user moves the mouse pointer outside the boundaries of the object. |
|
Sets or gets a pointer to the event handler function that fires when the user has finished changing the dimensions of the object. |
|
Sets or gets a pointer to the event handler function that fires when the user begins to change the dimensions of the object. |
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |
See also
Reference