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


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