$hide

Return or set the display status of a menu item.

$hide

$hide = Expression

set | reset  $hide

Return Values

Values returned in $hide
Value Meaning
0 Menu item is displayed
1 Menu item is hidden and the menu accelerator for the item is disabled.

Use

Use only in the preDisplay trigger of Menu objects.

Description

The function $hide controls whether the current menu item is displayed.

Related Topics