From 439ef5d60ce562c4996655073407d2512495e332 Mon Sep 17 00:00:00 2001 From: Fellippe Heitor Date: Thu, 31 Oct 2019 11:22:14 -0300 Subject: [PATCH] Updated SetFocus (markdown) --- SetFocus.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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