[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.EditBaseCellType.IsReservedKey

IsReservedKey Method

IsReservedKey(KeyEventArgs)

Determines whether the specified key has special meaning to the editor control.

Declaration
public override bool IsReservedKey(KeyEventArgs e)
Public Overrides Function IsReservedKey(e As KeyEventArgs) As Boolean
Parameters
Type Name Description
KeyEventArgs e

KeyEventArgs object that contains the event data

Returns
Type Description
bool
Overrides