Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / SetInputMap Method / SetInputMap(InputMapMode,OperationMode,InputMap) Method
Focus mode (control or child of the component)
Operation mode
InputMap object that contains the input map


In This Topic
SetInputMap(InputMapMode,OperationMode,InputMap) Method
In This Topic
Sets the input map for the specified focus mode and operation mode.
Syntax
'Declaration
 
Public Overloads Overridable Sub SetInputMap( _
   ByVal inputMapMode As InputMapMode, _
   ByVal operationMode As OperationMode, _
   ByVal value As InputMap _
) 
 
'Usage
 
Dim instance As FpSpread
Dim inputMapMode As InputMapMode
Dim operationMode As OperationMode
Dim value As InputMap
 
instance.SetInputMap(inputMapMode, operationMode, value)

Parameters

inputMapMode
Focus mode (control or child of the component)
operationMode
Operation mode
value
InputMap object that contains the input map
See Also