Selects the text in the editable portion of the ComboBox at the from the given start index to the given end index.
[Visual Basic] Public Sub Select( _ ByVal start As Integer, _ ByVal length As Integer _ ) [C#] public void Select( int start, int length ); [C++] public: void Select( int start, int length ); [JScript] public function Select( start : int, length : int );
ComboBox Class | ComboBox Members | System.WinForms Namespace