Contents Index Topic Contents | ||
Previous Topic: IHTMLStyleSheetRule Next Topic: IHTMLStyleSheetRule::get_selectorText |
IHTMLStyleSheetRule::get_readOnly
HRESULT get_readOnly( VARIANT_BOOL *p );Retrieves a Boolean value that indicates whether this rule is readOnly.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives TRUE if the attribute has a value of "readOnly", or FALSE if not. See readOnly for details.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.