The [zero-based] index of the first character in the current text selection.
[Visual Basic] Public Property SelectionStart As Integer [C#] public int SelectionStart {get; set;} [C++] public: __property int get_SelectionStart(); public: __property void set_SelectionStart(int); [JScript] public function get SelectionStart() : int; public function set SelectionStart(int);
ComboBox Class | ComboBox Members | System.WinForms Namespace