diff --git a/SetFocus.md b/SetFocus.md index a5a6522..019beb8 100644 --- a/SetFocus.md +++ b/SetFocus.md @@ -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]] \ No newline at end of file +### See also: + +* [[Focus events]] \ No newline at end of file