FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / TextCellType Class / IsReservedKey Method
KeyEventArgs object that contains the event data


In This Topic
IsReservedKey Method (TextCellType)
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 TextCellType
Dim e As KeyEventArgs
Dim value As Boolean
 
value = instance.IsReservedKey(e)

Parameters

e
KeyEventArgs object that contains the event data
See Also