Previous Document Next Document

Object Model Reference : Classes : A : Application : Properties : Application.ActiveWindow


Application.ActiveWindow

Property ActiveWindow As Window

Description

Member of Application

The ActiveWindow property returns the active window of the active document.

The ActiveWindow property returns a read-only value.

VBA example

The following VBA example redraws the active document window.

Sub WindowActive()
 ActiveWindow.Refresh
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.