Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ActionMap Class / AllKeys Method


In This Topic
    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