Click or drag to resize

MenuPanel Constructor

Initializes a new instance of the MenuPanel class. Create a new menu panel.

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

Parameters

index
Type: SystemInt32

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

id
Type: SystemString

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

See Also