共用方式為


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,則傳回的值是空字串 ("")。

屬性

備註

您可以將文字指派給此屬性,以變更下拉式方塊中目前選取的文字。 如果下拉式方塊中目前未選取任何文字,則此屬性會傳回長度為零的字串。

適用於