scripting:api:label-info:style

Style

Property of ILabelInfo

Connected Style

Read-Only Property of type IStyle

var pStyle = LabelInfo.Style;

==== Visual Basic Script ====

pStyle = LabelInfo.Style

==== C++ ====

CComPtr<IStyle> pStyle;
HRESULT hr = LabelInfo.get_Style(&pStyle);

===== See Also ===== ILabelInfo