Contents Index Topic Contents | ||
Previous Topic: IHTMLStyleSheetRule::get_readOnly Next Topic: IHTMLStyleSheetRule::get_style |
IHTMLStyleSheetRule::get_selectorText
HRESULT get_selectorText( BSTR *p );Retrieves the selection string for the style sheet rule.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the selection text.
See also put_selectorText
IHTMLStyleSheetRule::put_selectorText
HRESULT put_selectorText( BSTR v );Currently not implemented.
See also get_selectorText
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.