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()
public virtual InputMap GetInputMapWhenShapeHasFocus()
See Also