This topic has not yet been rated - Rate this topic

styleSheet property

Retrieves an interface pointer that provides access to the style sheet object's properties and methods.

Syntax

HRESULT value = object.get_styleSheet(IHTMLStyleSheet** p);

Property values

Type: Object

the interface pointer.

Remarks

A null value for p indicates that there is no style sheet for the object.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.