ShowMenuItem command

The ShowMenuItem command makes visible previously hidden item with the specified menu item ID or multiple items from the specified IDs range.

 

Syntax

Integer=MenuItemID

PluginSet("PlugIn","Integer")

PluginRun("PlugIn","ShowMenuItem")

or

String$='IDsRange1, IDsRange2, ..., IDsRangeN'

PluginSet("PlugIn","String$")

PluginRun("PlugIn","ShowMenuItem")

Parameters

MenuItemID

[in] Associated with menu item unique identifier or submenu handle if menu item opens submenu. See CreateMenuItem command.

IDsRange

[in] Used to perform quick operation on multiple items. IDs range is a string value that could be represented in this way: 'range_start % range_end' where range_start and range_end are menu item identifiers. IDs range can be degenerated - simply represented only by one identifier (submenu handle or item identifier): 'range_start'.