This document is archived and information here might be outdated. Recommended version. |
Indicates whether the advanced labeling is being used.
[Visual Basic .NET]
Public Property UseAdvancedLabeling As Boolean
[C#]
public bool UseAdvancedLabeling {get; set;}
[C++]
HRESULT get_UseAdvancedLabeling(
Boolean* bAdvanced
);
[C++]
HRESULT put_UseAdvancedLabeling(
VARIANT_BOOL bAdvanced
);
[C++] Parameters bAdvanced [out, retval]
bAdvanced is a parameter of type bool* bAdvanced [in]
bAdvanced is a parameter of type bool