AllKeys Method (ActionMap)
In This Topic
Returns the keys that are defined in this action map and its parent.
Syntax
'Declaration
Public Function AllKeys() As Object()
'Usage
Dim instance As ActionMap
Dim value() As Object
value = instance.AllKeys()
public object[] AllKeys()
See Also