| Visual Basic (Declaration) | |
|---|---|
Public Enum ExitKeys Inherits System.Enum  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As ExitKeys  | |
| C# | |
|---|---|
public enum ExitKeys : System.Enum  | |
| Member | 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 GcShortcut.NextControl KeyAction. | 
| PreviousControl | Indicates the shortcut key(s) set to GcShortcut.PreviousControl KeyAction. | 
| Right | Indicates the right arrow key. | 
| ShiftTab | Indicates the Shift + Tab key. | 
| Tab | Indicates the Tab key. | 
The enumeration variable indicates which key, composite key, or shortcut key causes focus to be lost.
            
            
            
            
            System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.Spread.InputMan.CellType.ExitKeys
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8