Wimark.Controls Class Library  

Editor.MaxDropDownRows Property

Gets or sets the maximum number of rows to be shown in the drop-down portion of the editor.

[Visual Basic]
Protected Property MaxDropDownRows As Integer 
[C#]
protected int MaxDropDownRows {get; set;}
[C++]
protected: __property int get_MaxDropDownRows();
protected: __property void set_MaxDropDownRows(int);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

Editor Class | Editor Members | Wimark.Controls.Editors Namespace