Document.ActiveWindow Property

Definition

Gets a Window that represents the active 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

Property Value

A Window that represents the active window.

Remarks

The active window is the window that currently has focus.

If there are no windows open, an exception is thrown.

Applies to