Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseCellType Class / IsReservedKey Method
Key the user pressed and whether any modifier keys (Ctrl, Alt, and Shift) are pressed at the same time


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

    Parameters

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