This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IC > IComboBox Interface > IComboBox.DropDownWidth Property (ArcObjects .NET 10.4 SDK) |
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
Use the provided string to define the width of the combox box's drop down.
The width is independent of system font settings.