ToolStripComboBox::MaxLength Property

 

Gets or sets the maximum number of characters allowed in the editable portion of a combo box.

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 the user can enter. Values of less than zero are reset to zero, which is the default value.

.NET Framework
Available since 2.0
Return to top
Show: