MobileForms Toolkit Documentation

ComboBoxEx.MaxLength Property

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

public int MaxLength {get; set;}

Property Value

The maximum number of characters the user can enter. Values of less than zero are reset to zero, which is the default value.

See Also

ComboBoxEx Class | Resco.Controls.DetailView.DetailViewInternal Namespace