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