Click or drag to resize

MenuCheckBox Constructor

Create check box with default size and given tag.

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

Parameters

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