scripting:api:label-info:context

Context

Property of ILabelInfo

Label context

Read-Only Property of type eLabelContext

var nVal = LabelInfo.Context;

==== Visual Basic Script ====

nVal = LabelInfo.Context

==== C++ ====

eLabelContext nVal;
HRESULT hr = LabelInfo.get_Context(&nVal);

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