Search code examples
vb.netwinformsinfragisticsselectall

Select all text in a Winforms Infragistics ComboBox


Is there a way to do this? I want to mimic the behavior of a the UltraTextBox.SelectAll method in windows forms.


Solution

  • You might want to provide the exact version of Infragistics Library...

    Does

    this.UltraCombo1.TextBox.SelectAll()

    do what you want?