Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IEditor Interface / 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 (IEditor)
    In This Topic
    Determines whether the specified key has special meaning to the editor control.
    Syntax
    'Declaration
     
    
    Function IsReservedKey( _
       ByVal e As KeyEventArgs _
    ) As Boolean
    'Usage
     
    
    Dim instance As IEditor
    Dim e As KeyEventArgs
    Dim value As Boolean
     
    value = instance.IsReservedKey(e)
    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