EnableItem
To undim a menu or a menu item; make selectable, use the EnableItem method.
EnableItem theMenu as MenuHandle, whichItem as Integer
theMenu Handle of a menu to affect.
whichItem item ID of item to enable; 0 = entire menu.
Description:
EnableItem undims a menu title or an induvidual item in a menu. Use this after dimming an item or a menu title via DisableItem.
Supported platforms:
* MacOS PPC
* MacOS Carbon
* MacOS 68k
Unsupported platforms:
* Windows x86