BaseComboBoxMaxLength 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: 2023.4.9.0
public int MaxLength { get; set; }

Property Value

Int32
The default is 32,767 characters. Values less than zero are reset to zero.

See Also