Checked Property (AWTCheckbox)

Class

AWTCheckbox.

Action

Gets whether the check box is checked.

Syntax

C#
protected Boolean Checked { get; }
VB
'Declaration
Protected Read Property Checked As Boolean

Access

Read only.

Examples

VB

Dim isChecked As Boolean = caseSensitiveCheckBox.Checked