
[b][size=18]Class : [/size][/b]BLD_MenuCheckBox	[b][size=18]ShortName : [/size][/b] BLD_MenuCheckBox

[Indent][size=16][b]Properties:[/b][/size][/Indent]

[Indent][Indent][b]Text[/b](Text [color=#0000FF]As[/color] [color=#008b8b]String[/color]) [/Indent][/Indent]

[Indent][Indent][b]StyleClass[/b] [color=#0000FF]As[/color] [color=#008b8b]List[/color]
[color=#008000]Get the style class[/color][/Indent][/Indent]


[Indent][size=16][b]Methods:[/b][/size][/Indent]

[Indent][Indent][b]Initialize[/b](Module [color=#0000FF]As[/color] [color=#008b8b]Object[/color], Event_Name [color=#0000FF]As[/color] [color=#008b8b]String[/color], Text [color=#0000FF]As[/color] [color=#008b8b]String[/color]) 
[color=#008000]Initializes the object. You can add parameters to this method if needed.[/color][/Indent][/Indent] 

[Indent][Indent][b]GetSelected[/b] [color=#0000FF]As[/color] [color=#008b8b]Boolean[/color]
[color=#008000]Get the selected state for this menu item[/color][/Indent][/Indent] 

[Indent][Indent][b]SetSelected[/b](Checked [color=#0000FF]As[/color] [color=#008b8b]Boolean[/color])  [color=#0000FF]As[/color] [color=#008b8b]BLD_MenuCheckBox[/color]
[color=#008000]Set the selected state for this menu item
Returns the menu item[/color][/Indent][/Indent] 

[Indent][Indent][b]SetGraphic[/b](Graphic [color=#0000FF]As[/color] [color=#008b8b]Node[/color], Tooltip [color=#0000FF]As[/color] [color=#008b8b]String[/color])  [color=#0000FF]As[/color] [color=#008b8b]BLD_MenuCheckBox[/color]
[color=#008000]Set a Graphic for this menu item
Returns the menu item[/color][/Indent][/Indent] 

[Indent][Indent][b]GetGraphic[/b] [color=#0000FF]As[/color] [color=#008b8b]Node[/color]
[color=#008000]Get the graphic set on this menu item[/color][/Indent][/Indent] 

[Indent][Indent][b]SetShortCutKey[/b](Combination [color=#0000FF]As[/color] [color=#008b8b]String[/color])  [color=#0000FF]As[/color] [color=#008b8b]BLD_MenuCheckBox[/color]
[color=#008000]Set a shortut key for this menu item
Returns the menu item[/color][/Indent][/Indent] 

[Indent][Indent][b]SetEventName[/b](Name [color=#0000FF]As[/color] [color=#008b8b]String[/color])  [color=#0000FF]As[/color] [color=#008b8b]BLD_MenuCheckBox[/color]
[color=#008000]Set an alternate eventname[/color][/Indent][/Indent] 

[Indent][Indent][b]GetEventName[/b] [color=#0000FF]As[/color] [color=#008b8b]String[/color]
[color=#008000]get the alternate eventname[/color][/Indent][/Indent] 

[Indent][Indent][b]SetStyleClass[/b](Class [color=#0000FF]As[/color] [color=#008b8b]String[/color])  [color=#0000FF]As[/color] [color=#008b8b]BLD_MenuCheckBox[/color]
[color=#008000]Add a style class for this menuitem, checks it is not already added
Returns the menu item[/color][/Indent][/Indent] 

[Indent][Indent][b]SetVisibled[/b](Visibled [color=#0000FF]As[/color] [color=#008b8b]Boolean[/color])  [color=#0000FF]As[/color] [color=#008b8b]BLD_MenuCheckBox[/color]
[color=#008000]Set the visibled state for the menu item
Returns the menu item[/color][/Indent][/Indent] 

[Indent][Indent][b]SetEnabled[/b](Enabled [color=#0000FF]As[/color] [color=#008b8b]Boolean[/color])  [color=#0000FF]As[/color] [color=#008b8b]BLD_MenuCheckBox[/color]
[color=#008000]Set the enabled state for the menu item
Returns the menu item[/color][/Indent][/Indent] 

[Indent][Indent][b]GetEnabled[/b] [color=#0000FF]As[/color] [color=#008b8b]Boolean[/color]
[color=#008000]Get the enabled state for the menu item[/color][/Indent][/Indent] 

[Indent][Indent][b]SetTag[/b](TTag [color=#0000FF]As[/color] [color=#008b8b]Object[/color])  [color=#0000FF]As[/color] [color=#008b8b]BLD_MenuCheckBox[/color]
[color=#008000]Set a tag for the menu item
Returns the menu item[/color][/Indent][/Indent] 

[Indent][Indent][b]GetTag[/b] [color=#0000FF]As[/color] [color=#008b8b]Object[/color]
[color=#008000]Set a tag for the menu item[/color][/Indent][/Indent] 

[Indent][Indent][b]AsJavaObject[/b] [color=#0000FF]As[/color] [color=#008b8b]JavaObject[/color]
[color=#008000]Get the underlying Native menuitem as a JavaObject[/color][/Indent][/Indent] 

[Indent][Indent][b]AsObject[/b] [color=#0000FF]As[/color] [color=#008b8b]Object[/color]
[color=#008000]Get the underlying Native menuitem as a JavaObject[/color][/Indent][/Indent] 

