MobileForms Toolkit Documentation

AdvancedComboBox.Text Property

Gets or sets the text associated with this control.

public override string Text {get; set;}

Property Value

The text associated with this control.

Remarks

When setting the Text property, a null reference (Nothing in Visual Basic) or an empty string ("") sets the SelectedIndex to -1.

See Also

AdvancedComboBox Class | Resco.Controls.AdvancedComboBox Namespace