Check Method (AWTCheckbox)

Class

AWTCheckbox.

Action

Checks the check box.

Syntax

C#
checkbox.Check()
VB
checkbox.Check()

Examples

VB

caseSensitiveCheckBox.Check()