IncludeStyle

Property of IStyle

Description

Include style

Property type

Read-Only Property of type IStyle

Syntax

JavaScript

var pStyle = Style.IncludeStyle;

==== Visual Basic Script ====

pStyle = Style.IncludeStyle

==== C++ ====

CComPtr<IStyle> pStyle;
HRESULT hr = Style.get_IncludeStyle(&pStyle);

===== See Also ===== IStyle