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


IComboBox.DropDownHeight Property (ArcObjects .NET 10.4 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(
  long* 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