[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.BaseCellType.IsReservedKey

IsReservedKey Method

IsReservedKey(KeyEventArgs)

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

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

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

Returns
Type Description
bool

True if is Reserved Key; false otherwise

Implements