Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ActionMap Class / Remove Method
Specified keyboard key


In This Topic
    Remove Method (ActionMap)
    In This Topic
    Removes the binding to an action for the specified key.
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal key As Object _
    ) 
    'Usage
     
    
    Dim instance As ActionMap
    Dim key As Object
     
    instance.Remove(key)
    public void Remove( 
       object key
    )

    Parameters

    key
    Specified keyboard key
    See Also