Uncheck Method (AWTCheckbox)

Class

AWTCheckbox.

Action

Unchecks the check box.

Syntax

C#
checkbox.Uncheck()
VB
checkbox.Uncheck()

Examples

VB

caseSensitiveCheckBox.Uncheck()