The maximum length of the text the user may type into the edit control of a combo box.
[Visual Basic] Public Property MaxLength As Integer [C#] public int MaxLength {get; set;} [C++] public: __property int get_MaxLength(); public: __property void set_MaxLength(int); [JScript] public function get MaxLength() : int; public function set MaxLength(int);
ComboBox Class | ComboBox Members | System.WinForms Namespace