Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / EditBaseCellType Class / IsReservedKey Method
KeyEventArgs object that contains the event data


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

    Parameters

    e
    KeyEventArgs object that contains the event data
    See Also