FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / InputMap Class
Members


InputMap Class
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
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