GH_Param(T).AppendAdditionalMenuItems Method

GH_ParamTAppendAdditionalMenuItems Method

Override this function if you want to add specific items to the object context menu Default items already included in the menu toolstrip are: 1. Name 2. Preview 3. Warnings 4. Errors

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public override void AppendAdditionalMenuItems(
	ToolStripDropDown menu
)
Public Overrides Sub AppendAdditionalMenuItems ( 
	menu As ToolStripDropDown
)

Parameters

menu
Type: System.Windows.FormsToolStripDropDown
See Also