This topic has not yet been rated - Rate this topic

isPrefAlternate property

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

Internet Explorer 8

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

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.