Wimark.Controls Class Library  

ComboBox.Select Method

Selects a range of text in the editable portion of the ComboBox.

Overload List

Selects a range of text in the editable portion of the ComboBox.

[Visual Basic] Overloads Public Sub Select(Integer, Integer)
[C#] public void Select(int, int);
[C++] public: void Select(int, int);

Inherited from Control

[Visual Basic] Select
[C#] Select
[C++] Select

See Also

ComboBox Class | ComboBox Members | Wimark.Controls Namespace