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


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

IComboBox.DropDownWidth Property

The Combo box's drop down width.

[Visual Basic .NET]
Public ReadOnly Property DropDownWidth As String
[C#]
public string DropDownWidth {get;}
[C++]
HRESULT get_DropDownWidth(
  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's drop down.

Remarks

The width is independent of system font settings.

See Also

IComboBox Interface