GefMenuItemTypeEnum (enum)

Specifies the type of a context menu item.
Description: These values are used by the Type property of the GefContextMenuItem object.
Values:
gefMenuItemTypeSeparator - A horizontal line separating sections of the menu.
gefMenuItemTypeNativeCommand - Triggers a native CimView menu command.
gefMenuItemTypePointTarget - Triggers an external point target command.
gefMenuItemTypeUserScript - Triggers a user defined script.
gefMenuItemTypeUserProcedure - Triggers a user defined procedure.
gefMenuItemTypeSubMenu - Opens a sub menu.