[]
Moves the focus using the key exit event.
protected override void MoveFocusByKeyExit(KeyExitEventArgs e)
Protected Overrides Sub MoveFocusByKeyExit(e As KeyExitEventArgs)
Type | Name | Description |
---|---|---|
KeyExitEventArgs | e | The KeyExitEventArgs instance that contains the event data. |
<b>ExitKeys.CharInput</b>, <b>ExitKeys.CtrlRight</b>, <b>ExitKeys.NextControl</b>,
ExitKeys.Right, and ExitKeys.Tab move the focus forward. Other ExitKeys move the focus backward.
The base method must be invoked when overriding it in the inherited class; otherwise, the focus does not move.