ToolStripComboBox.SelectedText 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 ToolStripComboBox 的可编辑部分中选定的文本。
public:
property System::String ^ SelectedText { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string SelectedText { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.SelectedText : string with get, set
Public Property SelectedText As String
属性值
表示组合框中当前选定文本的字符串。 如果 DropDownStyle 设置为 DropDownList
,则返回值为空字符串 ("")。
- 属性
注解
可以将文本分配给此属性以更改组合框中当前选择的文本。 如果组合框中当前未选择任何文本,则此属性返回长度为零的字符串。