ComboBox.Select Method
.NET Framework 1.1
Selects a range of text.
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);
[JScript] public function Select(int, int);
Inherited from Control.
[Visual Basic] Overloads Public Sub Select()
[C#] public void Select();
[C++] public: void Select();
[JScript] public function Select();
Inherited from Control.
[Visual Basic] Overloads Protected Overridable Sub Select(Boolean, Boolean)
[C#] protected virtual void Select(bool, bool);
[C++] protected: virtual void Select(bool, bool);
[JScript] protected function Select(Boolean, Boolean);
See Also
ComboBox Class | ComboBox Members | System.Windows.Forms Namespace