Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CalculatorButtonMappingCollection Class / Keys Property


In This Topic
    Keys Property (CalculatorButtonMappingCollection)
    In This Topic
    Gets the keys object.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property Keys As Keys()
    'Usage
     
    
    Dim instance As CalculatorButtonMappingCollection
    Dim value() As Keys
     
    value = instance.Keys
    public new Keys[] Keys {get;}

    Property Value

    A System.Windows.Forms.Keys array value.
    See Also