GH_ComponentAppendAdditionalComponentMenuItems Method |
Override this function if you want to insert some custom menu items in your derived Component class.
Items will be added between List Matching items and parameter menus.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax protected virtual void AppendAdditionalComponentMenuItems(
ToolStripDropDown menu
)
Protected Overridable Sub AppendAdditionalComponentMenuItems (
menu As ToolStripDropDown
)
Parameters
- menu
- Type: System.Windows.FormsToolStripDropDown
See Also