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


ActionMap Class
Represents an action map, which provides mappings from objects to actions.
Syntax
'Declaration
 
Public Class ActionMap 
 
'Usage
 
Dim instance As ActionMap
Remarks
An action map is usually used with an input map (see InputMap class) to locate a particular action when a key is pressed. An action map can have a parent that is searched for keys not defined in the input map.
Inheritance Hierarchy

System.Object
   FarPoint.Win.Spread.ActionMap

See Also