Previous Document Next Document
Windows.Refresh

Sub Refresh()

Member of Windows

The Refresh method refreshes all of the windows in the Windows collection, updating the windows with the most recent information.

The following code example refreshes all windows:

Sub WindowsRefresh() 
 ActiveDocument.Windows.Refresh 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.