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

Created SetFocus (markdown)

Fellippe Heitor 2019-10-31 11:17:50 -03:00
parent 6ab8f614f0
commit 192b2578dd

10
SetFocus.md Normal file

@ -0,0 +1,10 @@
Sets focus to a specified control.
Syntax:
SetFocus ControlID
Example:
SetFocus Button1
See also:
[[Focus events]]