共用方式為


TaskDialogExpander.ExpandedButtonText 屬性

定義

取得或設定當展開器按鈕處於展開狀態時,要在其中顯示的文字。

public:
 property System::String ^ ExpandedButtonText { System::String ^ get(); void set(System::String ^ value); };
public string? ExpandedButtonText { get; set; }
member this.ExpandedButtonText : string with get, set
Public Property ExpandedButtonText As String

屬性值

當展開器按鈕處於展開狀態或空字串時,要顯示在展開器按鈕中的文字,或是 null 使用作業系統所提供的文字的空字串。 預設值是 null

例外狀況

已設定屬性,而且此展開器執行個體目前繫結至工作對話方塊。

適用於