Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / SetActionMap Method
New action map


In This Topic
SetActionMap Method (FpSpread)
In This Topic
Sets the action map, that maps action identifiers (for keystrokes) to particular actions.
Syntax
'Declaration
 
Public Overridable Sub SetActionMap( _
   ByVal value As ActionMap _
) 
 
'Usage
 
Dim instance As FpSpread
Dim value As ActionMap
 
instance.SetActionMap(value)

Parameters

value
New action map
See Also