This topic has not yet been rated - Rate this topic

isAlternate property

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

Internet Explorer 8

Syntax

HRESULT value = object.get_isAlternate(* p);

Property values

Type: VARIANT_BOOL

VARIANT_FALSE (false)

Object is not an alternative style sheet.

VARIANT_TRUE (true)

Object is an alternative style sheet.

See also

IHTMLStyleSheet3::isPrefAlternate

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.