schUnregisterPopUpMenu
schUnregisterPopUpMenu(t_category[t_mode] ) => t / nil
Description
Unregisters the specific category and access mode for object-sensitive menus (OSMs) and reassigns the system default menus.
Arguments
Value Returned
|
Unregisters the specific category and access mode for object-sensitive menus (OSMs) and reassigns the system default menus. |
|
Examples
Unregisters the current OSM and reassigns the system default instance OSM. The system default appears when the cursor is over an instance when the current cellview is opened in read mode.
schUnregisterPopUpMenu( "instance" "read" )
Reassigns the system default for the instance category for both edit and read modes.
schUnregisterPopUpMenu( "instance" )
Return to top