Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / InputMap Class
Members


In This Topic
    InputMap Class
    In This Topic
    Represents the map between input by the user and the action that occurs.
    Syntax
    'Declaration
     
    
    Public Class InputMap 
       Implements FarPoint.Win.ISerializeSupport 
    'Usage
     
    
    Dim instance As InputMap
    public class InputMap : FarPoint.Win.ISerializeSupport  
    Remarks
    The input map provides a map between an input event (currently only key strokes are supported) and an object. Input maps can have parents that are searched for mappings not defined in the input map.
    Inheritance Hierarchy

    System.Object
       FarPoint.Win.Spread.InputMap

    See Also