Object Model Reference : Classes : W : Window : Properties : Window.FullScreen |
Property FullScreen As Boolean
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.
The following VBA example enables full-screen preview mode.
Sub Test() |
ActiveWindow.FullScreen = True |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.