This topic has not yet been rated - Rate this topic

selectorText property

Sets or retrieves a value that represents the textual representation of the selector for the rule set.

Document Object Model (DOM) Level 2 Style Specification, Section 2.2Internet Explorer 9

Syntax

HRESULT value = object.put_selectorText( v);HRESULT value = object.get_selectorText(* p);

Property values

Type: BSTR

the textual representation of the selector for the rule set.

Standards information

Remarks

Windows Internet Explorer removes insignificant white space while it parses the selector.

See also

IHTMLStyleSheetPage2::style

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.