Selects a range of text in the editable portion of the ComboBox.
[Visual Basic] Overloads 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 );
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family
ComboBox Class | ComboBox Members | Wimark.Controls Namespace