CreateParams.Caption プロパティ

定義

コントロールの初期テキストを取得または設定します。

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

プロパティ値

String

コントロールの初期テキスト。

適用対象

こちらもご覧ください