IHTMLStyleSheetRule interface
This interface provides access to the methods that are returned when you access the styleSheet object. The interface represents a particular rule in a style sheet collection.
Members
The IHTMLStyleSheetRule interface inherits from the IDispatch interface. IHTMLStyleSheetRule also has these types of members:
Properties
The IHTMLStyleSheetRule interface has these properties.
| Property | Description |
|---|---|
|
Retrieves whether the rule or style sheet is defined on the document or is imported. | |
|
Retrieves a string that identifies which elements the corresponding style sheet rule applies to. |
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Show: