Click or drag to resize

GH_DocumentEditorAggregateShortcutMenuItems Event

This event is raised whenever a GH_DocumentEditor collects all shortcuttable menu items. If you added items to the menu and you want to be able to have custom shortcuts on these items, you must handle this event and insert your own items.

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public static event GH_DocumentEditorAggregateShortcutMenuItemsEventHandler AggregateShortcutMenuItems

Value

Type: Grasshopper.GUIGH_DocumentEditorAggregateShortcutMenuItemsEventHandler
See Also