1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-16 19:03:54 +00:00

Updated SetFocus (markdown)

Fellippe Heitor 2019-10-31 11:22:14 -03:00
parent a5150408bc
commit 439ef5d60c

@ -1,10 +1,13 @@
Sets focus to a specified control.
The SetFocus method sets focus to a specified control.
Syntax:
Syntax:
SetFocus ControlID
Example:
SetFocus Button1
See also:
[[Focus events]]
### See also:
* [[Focus events]]