Spread Windows Forms 13.0 Product Documentation
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 Constructor Initializes an action map with no parent and no mappings.  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the parent action map (ActionMap object) of this action map.  
    Public Property Returns the number of mappings defined in this action map.  
    Top
    Public Methods
     NameDescription
    Public Method Returns the keys that are defined in this action map and its parent.  
    Public Method Removes all the mappings from this action map.  
    Public Method Returns the binding to an action for the specified key.  
    Public Method Returns the keys defined in this action map.  
    Public Method Creates a binding between a key and an action.  
    Public Method Removes the binding to an action for the specified key.  
    Top
    See Also