RadioButtonΒΆ
Identifies a radio button control, which is a selection mechanism allowing exactly one selected item in a group.
Winapp ElementObject.RadioButton |
Identifies a radio button control, which is a selection mechanism allowing exactly one selected item in a group. |
Winapp ElementObject.RadioButton ([Name =] String) |
Identifies a radio button control, which is a selection mechanism allowing exactly one selected item in a group. |
Winapp ElementObject.RadioButton (Id|$ = String) |
Identifies a radio button control, which is a selection mechanism allowing exactly one selected item in a group. |
Winapp ElementObject.RadioButton (NamePattern|# = String) |
Identifies a radio button control, which is a selection mechanism allowing exactly one selected item in a group. |
Winapp ElementObject.RadioButton (ClassName|@ = String) |
Identifies a radio button control, which is a selection mechanism allowing exactly one selected item in a group. |
Winapp ElementObject.RadioButton (AccessKey|_ = String) |
Identifies a radio button control, which is a selection mechanism allowing exactly one selected item in a group. |
Winapp ElementObject.RadioButton (Image|ImageName|% = String) |
Identifies a radio button control, which is a selection mechanism allowing exactly one selected item in a group. |
Winapp ElementObject.RadioButton (ProcessId = Integer) |
Identifies a radio button control, which is a selection mechanism allowing exactly one selected item in a group. |
Winapp ElementObject.RadioButton (Process|ProcessName|~ = String) |
Identifies a radio button control, which is a selection mechanism allowing exactly one selected item in a group. |
Winapp ElementObject.RadioButton (Index|^ = Integer) |
Identifies a radio button control, which is a selection mechanism allowing exactly one selected item in a group. |
Winapp ElementObject.RadioButton ([Name =] String, ClassName|@ = String) |
Identifies a radio button control, which is a selection mechanism allowing exactly one selected item in a group. |
Winapp ElementObject.RadioButton ([Name =] String, AccessKey|_ = String) |
Identifies a radio button control, which is a selection mechanism allowing exactly one selected item in a group. |
Winapp ElementObject.RadioButton ([Name =] String, Enabled = Boolean) |
Identifies a radio button control, which is a selection mechanism allowing exactly one selected item in a group. |
Winapp ElementObject.RadioButton (Id|$ = String, Index|^ = Integer) |
Identifies a radio button control, which is a selection mechanism allowing exactly one selected item in a group. |