Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ActionMap Class
Properties Methods


In This Topic
    ActionMap Class Members
    In This Topic

    The following tables list the members exposed by ActionMap.

    Public Constructors
     NameDescription
    Public ConstructorInitializes an action map with no parent and no mappings.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the parent action map (ActionMap object) of this action map.  
    Public PropertyReturns the number of mappings defined in this action map.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns the keys that are defined in this action map and its parent.  
    Public MethodRemoves all the mappings from this action map.  
    Public MethodReturns the binding to an action for the specified key.  
    Public MethodReturns the keys defined in this action map.  
    Public MethodCreates a binding between a key and an action.  
    Public MethodRemoves the binding to an action for the specified key.  
    Top
    See Also