Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / SetInputMap Method / SetInputMap(InputMapMode,OperationMode,InputMap) Method
Focus mode (control or child of the control)
Operation mode
InputMap object


In This Topic
SetInputMap(InputMapMode,OperationMode,InputMap) Method
In This Topic
Sets the input map for the view 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 SpreadView
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 control)
operationMode
Operation mode
value
InputMap object
See Also