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


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

IComboBox.DropDownHeight Property

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(
  System.Int32* rowsHigh
);
[C++]
Parameters
rowsHigh [out, retval]

rowsHigh is a parameter of type long*

Product Availability

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

Description

Defines the number of columns in the combo box's drop down.

See Also

IComboBox Interface