ArcObjects Library Reference (SystemUI)  

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(
  VARIANT_BOOL* ShowCaption
);
[C++]

Parameters

ShowCaption [out, retval]   ShowCaption is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IComboBox Interface