GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / IsReservedKey Method
Key the user pressed and whether any modifier keys (Ctrl, Alt, and Shift) are pressed at the same time


In This Topic
IsReservedKey Method (GcNumberCellType)
In This Topic
Determines whether the specified key has special meaning to the editor control.
Syntax
'Declaration
 
Public Overridable Function IsReservedKey( _
   ByVal e As KeyEventArgs _
) As Boolean
 
'Usage
 
Dim instance As GcNumberCellType
Dim e As KeyEventArgs
Dim value As Boolean
 
value = instance.IsReservedKey(e)

Parameters

e
Key the user pressed and whether any modifier keys (Ctrl, Alt, and Shift) are pressed at the same time
See Also