Check Method (JCheckBox)

Class

JCheckBox.

Action

Checks the check box.

Syntax

C#
checkBox.Check()
VB
checkBox.Check()

Examples

VB

forwardCheckBox.Check()