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


IComboBox.Width 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.Width Property
ArcGIS Developer Help

IComboBox.Width Property

The Combo box's width.

[Visual Basic .NET]
Public ReadOnly Property Width As String
[C#]
public string Width {get;}
[C++]
HRESULT get_Width(
  System.String* stringForWidth
);
[C++]
Parameters
stringForWidth [out, retval]

stringForWidth is a parameter of type BSTR*

Product Availability

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

Description

Use the provided string to define the width of the combox box on the toolbar.

Remarks

The width is independent of system font settings.

See Also

IComboBox Interface