TaskDialogExpander.ExpandedButtonText 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定當展開器按鈕處於展開狀態時,要在其中顯示的文字。
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
。
例外狀況
已設定屬性,而且此展開器執行個體目前繫結至工作對話方塊。