Previous Document Next Document
Window.Page

Property Page As Object

Member of Window

The Page property returns a reference to the active page of a window.

The Page property returns a read-only value.

The following code example displays the name of the active window’s current page:

Sub Test() 
 MsgBox "The name of the current window's page is: " & 
ActiveWindow.Page.Name 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.