This document is archived and information here might be outdated.  Recommended version.


IComboBox.ShowCaption Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IC > IComboBox Interface > IComboBox.ShowCaption Property
ArcGIS Developer Help

IComboBox.ShowCaption Property

Indicates if the caption is shown when this combo box is placed on toolbar.

[Visual Basic .NET]
Public ReadOnly Property ShowCaption As Boolean
[C#]
public bool ShowCaption {get;}
[C++]
HRESULT get_ShowCaption(
  Boolean* ShowCaption
);
[C++]
Parameters
ShowCaption [out, retval]

ShowCaption is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IComboBox Interface