Click or drag to resize

GH_ExtendableMenu Constructor

Initializes a new instance of the GH_ExtendableMenu class. Create a new extendable menu.

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public GH_ExtendableMenu(
	int index,
	string id
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Karamba.GHopper.Utilities.UIWidgets.GH_ExtendableMenu.#ctor(System.Int32,System.String)"]

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:Karamba.GHopper.Utilities.UIWidgets.GH_ExtendableMenu.#ctor(System.Int32,System.String)"]

See Also