The Focus() method of the Control class sets focus to the control.
Like: textbox1.Focus(); will set the foucs to the text box in the form.
The control should be selectabe for setting the foucs to it. Hence some
controls like the Panel and group box cannot have the foucs set.