Is there a way to do this? I want to mimic the behavior of a the UltraTextBox.SelectAll method in windows forms.
You might want to provide the exact version of Infragistics Library...
Does
this.UltraCombo1.TextBox.SelectAll()
do what you want?