Click or drag to resize

MenuCheckBox Constructor

Initializes a new instance of the MenuCheckBox class. Create check box with default size and given tag.

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

Parameters

index
Type: SystemInt32
Tag.
id
Type: SystemString
Tag.
tag
Type: SystemString
Tag.
See Also