4D v14.3

HIDE MENU BAR

Home

 
4D v14.3
HIDE MENU BAR

HIDE MENU BAR 


 

HIDE MENU BAR  
Does not require any parameters

The HIDE MENU BAR command makes the menu bar invisible.

If the menu bar was already hidden, the command does nothing.

Example  

The following method displays a record in full-screen display (Macintosh) until you click the mouse button:

 HIDE TOOL BAR
 HIDE MENU BAR
 Open window(-1;-1;1+Screen width;1+Screen height;Alternate dialog box)
 FORM SET INPUT([Paintings];"Full Screen 800")
 DISPLAY RECORD([Paintings])
 Repeat
    GET MOUSE($vlX;$vlY;$vlButton)
 Until($vlButton#0)
 CLOSE WINDOW
 SHOW MENU BAR
 SHOW TOOL BAR

Note: On Windows, the window will be limited to the bounds of the application window.

 
PROPERTIES 

Product: 4D
Theme: User Interface
Number: 432

Not for server

 
HISTORY 

Created: 4D v6

 
SEE ALSO 

HIDE TOOL BAR
SHOW MENU BAR
SHOW TOOL BAR

 
ARTICLE USAGE

4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)

Inherited from : HIDE MENU BAR ( 4D v11 SQL Release 6)