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);
ComboBox Class | ComboBox Members | System.WinForms Namespace