[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.EditBase.MoveFocusByKeyExit

MoveFocusByKeyExit Method

MoveFocusByKeyExit(KeyExitEventArgs)

Moves the focus using the key exit event.

Declaration
protected virtual void MoveFocusByKeyExit(KeyExitEventArgs e)
Protected Overridable Sub MoveFocusByKeyExit(e As KeyExitEventArgs)
Parameters
Type Name Description
KeyExitEventArgs e

The KeyExitEventArgs instance that contains the event data.

Remarks

ExitKeys.CharInput, ExitKeys.CtrlRight, ExitKeys.NextControl, ExitKeys.Right, and ExitKeys.Tab move the focus forward. Other ExitKeys move the focus backward.

note

The base method must be invoked when overridden in the inherited class; otherwise, the focus will not move.