次の方法で共有


Window.Caption プロパティ

定義

オブジェクトによってWindow表されるウィンドウのキャプション テキストを取得または設定します。

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

プロパティ値

オブジェクトによってWindow表されるウィンドウのキャプションテキスト。

注釈

このプロパティによって返されるか設定されるキャプションテキストは、ウィンドウのタイトル バーの "- Microsoft InfoPath" の前のテキストに対応します

このメンバは、制約なしでアクセスできます。

この型またはメンバーには、Microsoft InfoPath Filler で開いたフォームで実行されるコードからのみアクセスできます。

適用対象