_Application.Caption プロパティ

定義

指定したドキュメントまたはアプリケーション ウィンドウのキャプションテキストを設定または返します。

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

プロパティ値

注釈

アプリケーション ウィンドウの名前を既定の名前に変更するには、このプロパティに長さ 0 の文字列 ("") を設定します。

適用対象