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


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

Parameters

e
KeyEventArgs object that contains the event data
See Also