BaseComboBoxText Property

This is used to set or get the text in the textbox portion of the combo box control

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
public override string Text { get; set; }

Property Value

String

Remarks

When set to null, the SelectedIndex is set to -1. If not null, an attempt is made to set the selected index to the item matching the specified text. If no match is found, the selected index is set to -1.

See Also