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
,則傳回的值是空字串 ("")。
- 屬性
備註
您可以將文字指派給此屬性,以變更下拉式方塊中目前選取的文字。 如果下拉式方塊中目前未選取任何文字,則此屬性會傳回長度為零的字串。