Previous Document Next Document

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


Window.FullScreen

Property FullScreen As Boolean

Description

Member of Window

The FullScreen property returns or specifies whether the active window is visible at full-screen size. If the property is set to True, the active window fills up the full screen. If the value is False, the active window is viewed in the normal application window.

VBA example

The following VBA example enables full-screen preview mode.

Sub Test()
 ActiveWindow.FullScreen = True
End Sub

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.