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


In This Topic
GetInputMap(InputMapMode) Method
In This Topic
Gets the input map defined for the specified focus mode for the view.
Syntax
'Declaration
 
Public Overloads Overridable Function GetInputMap( _
   ByVal inputMapMode As InputMapMode _
) As InputMap
 
'Usage
 
Dim instance As SpreadView
Dim inputMapMode As InputMapMode
Dim value As InputMap
 
value = instance.GetInputMap(inputMapMode)

Parameters

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