isPrefAlternate property

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

 

Syntax

HRESULT value = object.get_isPrefAlternate(* 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

IHTMLStyleSheet3::isAlternate