FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / InputMap Class / Keys Method


In This Topic
Keys Method (InputMap)
In This Topic
Gets the key strokes that are defined in this input map.
Syntax
'Declaration
 
Public Function Keys() As Keystroke()
 
'Usage
 
Dim instance As InputMap
Dim value() As Keystroke
 
value = instance.Keys()
See Also