isPrefAlternate property

[This documentation is preliminary and is subject to change.]

Retrieves a value that indicates whether the IHTMLStyleSheet3 object is the preferred style sheet.

Internet Explorer 8

Syntax

HRESULT value = object.get_isPrefAlternate(VARIANT_BOOL* p);

Property values

Type: VARIANT_BOOL

VARIANT_FALSE (false)

Object is not the preferred alternative style sheet.

VARIANT_TRUE (true)

Object is the preferred alternative style sheet.

Remarks

If more than one alternative style sheet exists, then this is the preferred one.

See also

isAlternate

 

 

Build date: 6/12/2012