FullScreen

SetFullScreen, ToggleFullScreen, ViewFull

SetFullScreen

Description 

 SetFullScreen(
   int  Full
);

This function switches to full-screen mode and back.

Parameters

int Full

Enter or quits the full screen mode

TRUE

Switches to full-screen

FALSE

Switches to standard mode

See Also 
ToggleFullScreen

ToggleFullScreen

This function runs the View > Zoom > Full Screen command.

Description 

 ToggleFullScreen();

This function switches the main program window between the full-screen and standard view.

ViewFull

Description 

 ViewFull();

This function hides all screen elements such as menus, buttons, status line etc.