|
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)
Syntaxpublic MenuCheckBox(
int index,
string id,
string tag
)
Public Sub New (
index As Integer,
id As String,
tag As String
)
public:
MenuCheckBox(
int index,
String^ id,
String^ tag
)
new :
index : int *
id : string *
tag : string -> MenuCheckBox
Parameters
- index
- Type: SystemInt32
Tag. - id
- Type: SystemString
Tag. - tag
- Type: SystemString
Tag.
See Also