Icon SetFocus Method

procedure SetFocus

Available In: Visual Client Applications

Use this method to set focus to the control. Use the Focused property to determine if the control was actually able to obtain the focus.

The ability of a control to obtain the input focus is dependent upon:
  • Whether the control is focusable


  • Whether the control is visible


  • Whether its parent container control is visible
Image