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


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

Parameters

e
KeyEventArgs object that contains the event data
See Also