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


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