Spread Windows Forms 17
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()
    public object[] Keys()
    See Also