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