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()
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |