BaseComboBoxMaxLength Property
Gets or sets the maximum number of characters allowed in the editable portion of a combo box
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public int MaxLength { get; set; }
Public Property MaxLength As Integer
Get
Set
public:
property int MaxLength {
int get ();
void set (int value);
}
member MaxLength : int with get, set
Property Value
Int32The default is 32,767 characters. Values less than zero are reset to zero.