[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxEditingControl.MoveFocusByKeyExit

MoveFocusByKeyExit Method

MoveFocusByKeyExit(KeyExitEventArgs)

Moves the focus using the key exit event.

Declaration
protected override void MoveFocusByKeyExit(KeyExitEventArgs e)
Protected Overrides Sub MoveFocusByKeyExit(e As KeyExitEventArgs)
Parameters
Type Name Description
KeyExitEventArgs e

The KeyExitEventArgs instance that contains the event data.

Overrides
Remarks

When this MoveFocusByKeyExit method is called, focus will move. The keys that are involved are
ExitKeys.CharInput, ExitKeys.CtrlRight, ExitKeys.NextControl, ExitKeys.Right, and ExitKeys. Tab moves the focus forward. Other ExitKeys move the focus backward.
Notes for Inheritors: The base method must be invoked when overriding it in the inherited class; otherwise, the focus does not move.