diff --git a/SetFocus.md b/SetFocus.md new file mode 100644 index 0000000..a5a6522 --- /dev/null +++ b/SetFocus.md @@ -0,0 +1,10 @@ +Sets focus to a specified control. + +Syntax: + SetFocus ControlID + +Example: + SetFocus Button1 + +See also: +[[Focus events]] \ No newline at end of file