The selected text in the edit component of the ComboBox. If the ComboBox has ComboBoxStyle.DROPDOWNLIST, the return is an empty string ("").
[Visual Basic] Public Property SelectedText As String [C#] public string SelectedText {get; set;} [C++] public: __property String* get_SelectedText(); public: __property void set_SelectedText(String*); [JScript] public function get SelectedText() : String; public function set SelectedText(String);
ComboBox Class | ComboBox Members | System.WinForms Namespace