NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ComboBox.SelectAll

Selects all the text in the editable portion of the ComboBox.

[Visual Basic]
Public Sub SelectAll()
[C#]
public void SelectAll();
[C++]
public: void SelectAll();
[JScript]
public function SelectAll();

See Also

ComboBox Class | ComboBox Members | System.WinForms Namespace