_Global.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

属性值

注解

如果没有打开的窗口,则会发生错误。

适用于