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