This forum is closed. Thank you for your contributions.
Hi USAH M.G,
What do you are talking about?
a control methode? as MyButton.SetFocus()?
There is no setFocus() function in c#.
If you want to set the input focus to a control,
You can use txtFirstName.Focus() method.
Let me know if you have any qusetions.