_Global.ActiveWindow Property

Definition

Returns a Window object that represents the active window (the window with the focus).

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

Remarks

If there are no windows open, an error occurs.

Applies to