Window2.Caption プロパティ
WindowObject オブジェクトによって表されるウィンドウのキャプション テキストを取得または設定します。
名前空間: Microsoft.Office.Interop.InfoPath
アセンブリ: Microsoft.Office.Interop.InfoPath (microsoft.office.interop.infopath.dll 内)
構文
'宣言
<DispIdAttribute(14)> _
Property Caption As String
'使用
Dim instance As Window2
Dim value As String
value = instance.Caption
instance.Caption = value
[DispIdAttribute(14)]
string Caption { get; set; }
コメント
このプロパティによって取得または設定されるキャプション テキストは、ウィンドウのタイトル バーの "- Microsoft Office InfoPath 2007" よりも前の部分に対応しています。
例
次の例では、Caption プロパティを使用して、アクティブ ウィンドウのキャプション テキストを設定します。
string caption = "mycaption";
thisApplication.ActiveWindow.Caption = caption;
関連項目
参照
Window2 インターフェイス
Window2 のメンバ
Microsoft.Office.Interop.InfoPath 名前空間