This document is archived and information here might be outdated. Recommended version. |
Indicates if labels are visible.
[Visual Basic .NET]
Public Property ShowLabels As Boolean
[C#]
public bool ShowLabels {get; set;}
[C++]
HRESULT get_ShowLabels(
Boolean* ShowLabels
);
[C++]
HRESULT put_ShowLabels(
VARIANT_BOOL ShowLabels
);
[C++] Parameters ShowLabels [out, retval]
ShowLabels is a parameter of type bool* ShowLabels [in]
ShowLabels is a parameter of type bool