Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ActionMap Class / Get Method
Keyboard key for which to get binding


In This Topic
    Get Method (ActionMap)
    In This Topic
    Returns the binding to an action for the specified key.
    Syntax
    'Declaration
     
    
    Public Function Get( _
       ByVal key As Object _
    ) As Action
    'Usage
     
    
    Dim instance As ActionMap
    Dim key As Object
    Dim value As Action
     
    value = instance.Get(key)
    public Action Get( 
       object key
    )

    Parameters

    key
    Keyboard key for which to get binding
    Remarks
    This method queries the parent action map if the binding is not defined in the current action map.
    See Also