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


IComboBox.DropDownHeight Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (SystemUI)  

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