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


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

Parameters

inputMapMode
Focus mode (control or child of the control)
value
InputMap object
See Also