Spread Windows Forms 15.0
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()
    public Keystroke[] AllKeys()
    See Also