Check Method (AWTCheckboxMenuItem)
Class
AWTCheckboxMenuItem
.
Action
Checks the check box of the menu item.
Syntax
C#
checkboxMenuItem
.
Check
()
VB
checkboxMenuItem
.
Check
()
Examples
VB
checkMenuItem.Check
()