ComboBox::MaxLength Property

 

Gets or sets the number of characters a user can type into the ComboBox.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property int MaxLength {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The maximum number of characters a user can enter. Values of less than zero are reset to zero, which is the default value.

.NET Framework
Available since 1.1
Return to top
Show: