|
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)
Syntaxpublic GH_ExtendableMenu(
int index,
string id
)
Public Sub New (
index As Integer,
id As String
)
public:
GH_ExtendableMenu(
int index,
String^ id
)
new :
index : int *
id : string -> GH_ExtendableMenu
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