.. highlightlang:: us .. index:: AppSetFullScreen .. _appsetfullscreen: AppSetFullScreen ================ .. us.tag AppSetFullScreen ENGLISH App New300 Resizes the current view so that it fills the screen. .. function:: bool = AppSetFullScreen(bFullScreen) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: bFullScreen If *bFullScreen* is TRUE (1) the full screen mode is activated. If *bFullScreen* is FALSE (0) the full screen mode is deactivated. .. us.example **Example** :: AppSetFullScreen(1) .. seealso:: :ref:`overview-application-object`, :ref:`AppIsFullScreen` :sub:`id-472319`