次の方法で共有


Window2.Caption プロパティ

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

このプロパティは、CLS に準拠していません。  

名前空間: Microsoft.Office.Interop.InfoPath.SemiTrust
アセンブリ: Microsoft.Office.Interop.InfoPath.SemiTrust (microsoft.office.interop.infopath.semitrust.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.SemiTrust 名前空間