IHTMLElementDefaults interface
This interface provides the ability to programmatically set default properties on an element behavior.
Members
The IHTMLElementDefaults interface inherits from the IDispatch interface. IHTMLElementDefaults also has these types of members:
- Properties
Properties
The IHTMLElementDefaults 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. |
|
Retrieves the value indicating whether the content of the object contains one or more lines. |
|
Retrieves the inline stylesheet for the element. |
|
Sets or retrieves whether an element behavior can receive focus and participate in the tabbing sequence. |
|
Sets or retrieves a value that indicates whether the document fragment inherits the CSS styles set in the primary document. |
|
Sets or retrieves the document object that supplies content to the master element. |
|
Sets or retrieves a value that indicates whether the master element of a viewlink is included in the tab sequence of the primary document. This property is not supported for Windows apps using JavaScript. |
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |
See also
Conceptual