The length, in characters, of the selection in the editbox.
[Visual Basic] Public Property SelectionLength As Integer [C#] public int SelectionLength {get; set;} [C++] public: __property int get_SelectionLength(); public: __property void set_SelectionLength(int); [JScript] public function get SelectionLength() : int; public function set SelectionLength(int);
ComboBox Class | ComboBox Members | System.WinForms Namespace