Hides or shows a menu entry.
|
Syntax:
|
MnuShow ('Menu Name',True/False)
|
Parameters:
|
Menu Name is a name entry from the Menu repository.
True/False is a Boolean True or False. Indicate True to show a menu entry. Indicate False to hide a menu entry.
|
Returns:
|
True
|
Example:
|
MnuShow('Menu','TRUE'LOG)
|
Note:
|
-
If MnuShow() is activated from a parallel program it effects the menus of the Magic xpa MDI or the current program, depending on the value defined for the Source Context property in the menu.
-
The menu functions search all OS Command and Menu type menu entries in all pulldown menu structures and perform the function for all entries found.
|
Platform specific:
|
This function is not supported for mobile devices.
|
See also:
|
See also How Do I Hide/Reveal a Menu Entry?
The Online and Rich Client Samples projects (program EL08, MN05, REL08 and RMN05)
|