Previous Document Next Document
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 code example redraws the active document window.

Sub WindowActive() 
 ActiveWindow.Refresh 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.