Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CalculatorButtonMappingCollection Class / Remove Method / Remove(Keys) Method
The key value to be removed.


In This Topic
    Remove(Keys) Method
    In This Topic
    Removes the key from the CalculatorButtonMappingCollection.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Remove( _
       ByVal key As Keys _
    ) 
    'Usage
     
    
    Dim instance As CalculatorButtonMappingCollection
    Dim key As Keys
     
    instance.Remove(key)
    public void Remove( 
       Keys key
    )

    Parameters

    key
    The key value to be removed.
    See Also