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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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.