We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.