Base Combo BoxMax Length Property
Gets or sets the maximum number of characters allowed in the editable portion of a combo box
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
The default is 32,767 characters. Values less than zero are reset to zero.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public int MaxLength { get; set; }VB
Public Property MaxLength As Integer
Get
SetC++
public:
property int MaxLength {
int get ();
void set (int value);
}F#
member MaxLength : int with get, setProperty Value
Int32The default is 32,767 characters. Values less than zero are reset to zero.