_Document.ActiveWindow プロパティ

定義

アクティブなウィンドウを Window 表す オブジェクトを返します。

public:
 property Microsoft::Office::Interop::Word::Window ^ ActiveWindow { Microsoft::Office::Interop::Word::Window ^ get(); };
public Microsoft.Office.Interop.Word.Window ActiveWindow { get; }
member this.ActiveWindow : Microsoft.Office.Interop.Word.Window
Public ReadOnly Property ActiveWindow As Window

プロパティ値

注釈

アクティブなウィンドウは、フォーカスのあるウィンドウです。

開かれたウィンドウがない場合、エラーが発生します。

適用対象