Console_FullScreen

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > Console >

Console_FullScreen

 

Description

 

Switch the console application to full screen.

 

Syntax

 

n = Console_FullScreen()

 

Returns

 

Return a number

If the window was previously visible, the return value is nonzero.

If the window was previously hidden, the return value is zero.

 

Parameters

 

Name

Type

Optional

Meaning









 

Remarks

 

Restrictions

 

See also

 

Console Module, Console_Cls, Console_NormalScreen, Console_ShowWindow

 

Examples

 

Console_FullScreen()