Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ActionMap Class / Keys Method


In This Topic
Keys Method (ActionMap)
In This Topic
Returns the keys defined in this action map.
Syntax
'Declaration
 
Public Function Keys() As Object()
 
'Usage
 
Dim instance As ActionMap
Dim value() As Object
 
value = instance.Keys()
See Also