ToolStripComboBox.SelectedText 属性

定义

获取或设置 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

属性值

String

表示组合框中当前选定文本的字符串。 如果 DropDownStyle 设置为 DropDownList,则返回值为空字符串 ("")。

属性

注解

可以将文本分配给此属性以更改组合框中当前选择的文本。 如果组合框中当前未选择任何文本,则此属性返回长度为零的字符串。

适用于