[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ExitKeys

ExitKeys Enum

Specifies which keys cause the control to lose focus.

Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public enum ExitKeys
Public Enum ExitKeys
Remarks

The enumeration variable indicates which key, composite key, or shortcut key causes focus to be lost.

Fields

Name Description
CharInput

Indicates the last character finishes the input.

CtrlLeft

Indicates the Ctrl + Left arrow.

CtrlRight

Indicates the Ctrl + Right arrow.

Left

Indicates the left arrow key.

NextControl

Indicates the shortcut key(s) set to GrapeCity.Win.Spread.InputMan.CellType.GcShortcut.NextControl() KeyAction.

PreviousControl

Indicates the shortcut key(s) set to GrapeCity.Win.Spread.InputMan.CellType.GcShortcut.PreviousControl() KeyAction.

Right

Indicates the right arrow key.

ShiftTab

Indicates the Shift + Tab key.

Tab

Indicates the Tab key.