共用方式為


Button.Text 屬性

定義

取得或設定顯示為按鈕內容的文字。 預設值是 null。 這是可繫結屬性。

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

屬性值

備註

變更按鈕的文字將會觸發版面配置迴圈。

適用於