ArcObjects Library Reference (SystemUI)  

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(
  BSTR* 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