Check Method (AWTRadioButton)
Class
AWTRadioButton
.
Action
Checks the radio button.
Syntax
C#
radioButton
.
Check
()
VB
radioButton
.
Check
()
Examples
VB
leftAligmentRadioButton.Check
()