Context

Property of ILabelInfo

Description

Label context

Property type

Read-Only Property of type eLabelContext

Syntax

JavaScript

var nVal = LabelInfo.Context;

==== Visual Basic Script ====

nVal = LabelInfo.Context

==== C++ ====

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

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