1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-05-12 06:50:12 +00:00
5 Focus events
Fellippe Heitor edited this page 2019-10-31 11:15:54 -03:00

The FocusIn event occurs when a control gains focus.

The FocusOut event is triggered when a control loses focus.

If another control had focus when a FocusIn event is triggered, a FocusOut event occurs first for such control.

You can set focus to a control programmatically with the SetFocus method.

Controls that respond to FocusIn/FocusOut events: