Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / InputMap Class
Properties Methods

In This Topic
    InputMap Class Members
    In This Topic

    The following tables list the members exposed by InputMap.

    Public Constructors
     NameDescription
    Public ConstructorCreates an input map with no parent and no mappings.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the parent (InputMap object) of this input map.  
    Public Property Returns the number of mappings defined in this input map.  
    Top
    Public Methods
     NameDescription
    Public Method Returns the key strokes that are defined in this input map and its parent.  
    Public Method Removes all the mappings from this input map.  
    Public Method Loads the object from XML.  
    Public Method Returns the binding for the specified key stroke.  
    Public Method Gets the key strokes that are defined in this input map.  
    Public Method Creates a binding between the specified key stroke and an action.  
    Public Method Removes the mapping for the specified key stroke.  
    Public Method Saves the object to XML.  
    Top
    See Also