Commands


Visual FoxPro 9.0 SP2
HIDE MENU Command

Hides one or more active user-defined menu bars.

HIDE MENU MenuBarName1 [, MenuBarName2 ...] | ALL [SAVE]

Parameters

MenuBarName1 [, MenuBarName2 ...]

Specifies the name of the menu bar or a list of menu bars (separated by commas) to hide.

ALL

Hides all defined menu bars.

SAVE

Places an image of a menu bar on the screen or in a window. Placing an image of a menu bar on the screen is useful during program development and testing. Menu bar images can be cleared from the main Visual FoxPro window or a user-defined window with CLEAR.

Remarks

HIDE MENU removes the specified menu bar, a set of menu bars, or all menu bars from the main Visual FoxPro window or from a user-defined window without removing the menu definition from memory. Before a menu bar can be hidden, it must first be created with DEFINE MENU. Hiding a menu bar isn't the same as deactivating it. When a menu bar is hidden, it stays resident in memory and can be displayed in the main Visual FoxPro window or in a user-defined window with ACTIVATE MENU or SHOW MENU.

See Also

Reference

ACTIVATE MENU Command
DEFINE MENU Command
DEFINE PAD Command
SHOW MENU Command

Other Resources

Commands (Visual FoxPro)
Language Reference (Visual FoxPro)

Tags :


Page view tracker