Link Search Menu Expand Document

Root.ShowStatusBar Property

Explanation Specifies whether to show or hide the status bar of the root window.

The status bar is displayed in the initial state immediately after startup. It returns to the initial state when the Login and Logout methods are executed. This method does nothing if Biz / Browser is running inside Internet Explorer.
Added since Ver.5.0.1
Not supported in Mobile, AI
Call format //.ShowStatusBar( flag )
Return value None
Arguments boolean flag If specify $ TRUE, the status bar will be displayed.
If specify $ FALSE, the status bar will be hidden.
Exception None
Example of use
    //.ShowStatusBar($FALSE);
    
Related item ShowMenu method