Previous Document Next Document
Window.FullScreen

Property FullScreen As Boolean

Member of Window

The FullScreen property returns or sets whether the active window is visible as a full computer screen.

If the property is set to True, the active window fills up the full computer screen. If the value is False, the active window is viewed in the normal application window.

The following code example enables full-screen preview mode:

Sub Test() 
 ActiveWindow.FullScreen = True 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.