apIPUnregisterCustomMenuItem
apIPUnregisterCustomMenuItem(t_commandName) =>t / nil
Description
Removes the specified custom menu item from the interactive placer context menu.
Arguments
|
Specifies the name of the custom context menu item to be removed. |
Value Returned
|
The specified custom context menu item was removed from the context menu. |
|
Examples
Removes the custom button ButtonText from the context menu.
apIPUnregisterCustomMenuItem("ButtonText")
Related Topics
Return to top