This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IC > IComboBox Interface > IComboBox.DropDownHeight Property (ArcObjects .NET 10.4 SDK) |
The Combo box's drop down height.
[Visual Basic .NET] Public ReadOnly Property DropDownHeight As Integer
[C#] public int DropDownHeight {get;}
[C++]
HRESULT get_DropDownHeight(
long* rowsHigh
);
[C++]
Parameters rowsHigh [out, retval] rowsHigh is a parameter of type long
Defines the number of columns in the combo box's drop down.