Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / GetInputMapWhenShapeHasFocus Method


In This Topic
GetInputMapWhenShapeHasFocus Method (SpreadView)
In This Topic
Gets the input map for the view for when a shape has focus.
Syntax
'Declaration
 
Public Overridable Function GetInputMapWhenShapeHasFocus() As InputMap
 
'Usage
 
Dim instance As SpreadView
Dim value As InputMap
 
value = instance.GetInputMapWhenShapeHasFocus()
See Also