NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ComboBox.MaxDropDownItems

The maximum number of items to be shown in the dropdown portion of the ComboBox. This number can be between 1 and 100.

[Visual Basic]
Public Property MaxDropDownItems As Integer
[C#]
public int MaxDropDownItems {get; set;}
[C++]
public: __property int get_MaxDropDownItems();
public: __property void set_MaxDropDownItems(int);
[JScript]
public function get MaxDropDownItems() : int;
public function set MaxDropDownItems(int);

See Also

ComboBox Class | ComboBox Members | System.WinForms Namespace