CheckBoxΒΆ
Identifies a check box control.
Winapp ElementObject.CheckBox |
Identifies a check box control. |
Winapp ElementObject.CheckBox ([Name =] String) |
Identifies a check box control. |
Winapp ElementObject.CheckBox (Id|$ = String) |
Identifies a check box control. |
Winapp ElementObject.CheckBox (NamePattern|# = String) |
Identifies a check box control. |
Winapp ElementObject.CheckBox (ClassName|@ = String) |
Identifies a check box control. |
Winapp ElementObject.CheckBox (AccessKey|_ = String) |
Identifies a check box control. |
Winapp ElementObject.CheckBox (Image|ImageName|% = String) |
Identifies a check box control. |
Winapp ElementObject.CheckBox (ProcessId = Integer) |
Identifies a check box control. |
Winapp ElementObject.CheckBox (Process|ProcessName|~ = String) |
Identifies a check box control. |
Winapp ElementObject.CheckBox (Index|^ = Integer) |
Identifies a check box control. |
Winapp ElementObject.CheckBox ([Name =] String, ClassName|@ = String) |
Identifies a check box control. |
Winapp ElementObject.CheckBox ([Name =] String, AccessKey|_ = String) |
Identifies a check box control. |
Winapp ElementObject.CheckBox ([Name =] String, Enabled = Boolean) |
Identifies a check box control. |
Winapp ElementObject.CheckBox (Id|$ = String, Index|^ = Integer) |
Identifies a check box control. |