Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / SetInputMapWhenShapeHasFocus Method
InputMap object


In This Topic
SetInputMapWhenShapeHasFocus Method (SpreadView)
In This Topic
Sets the input map for the view for when a shape has focus.
Syntax
'Declaration
 
Public Overridable Sub SetInputMapWhenShapeHasFocus( _
   ByVal value As InputMap _
) 
 
'Usage
 
Dim instance As SpreadView
Dim value As InputMap
 
instance.SetInputMapWhenShapeHasFocus(value)

Parameters

value
InputMap object
See Also