Object Model Reference : Classes : A : Application : Properties : Application.ActiveWindow |
Property ActiveWindow As Window
Member of Application
The ActiveWindow property returns the active window of the active document.
The ActiveWindow property returns a read-only value.
The following VBA example redraws the active document window.
Sub WindowActive() |
ActiveWindow.Refresh |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.