Previous Document Next Document

Object Model Reference : Classes : W : Window : Properties : Window.Page


Window.Page

Property Page As Object

Description

Member of Window

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

VBA example

The following VBA example displays the name of the current page in the active window.

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 2013 Corel Corporation. All rights reserved.