Check Method (AWTCheckboxMenuItem)

Action

Checks the check box of the menu item.

Syntax

C#
checkboxMenuItem.Check()
VB
checkboxMenuItem.Check()

Examples

VB

checkMenuItem.Check()