Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalculatorInfo Class / ButtonKeys Property


In This Topic
    ButtonKeys Property (DropDownCalculatorInfo)
    In This Topic
    Gets a fixed size array list that includes the name of the buttons in DropDownCalculator.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ButtonKeys As ArrayList
    'Usage
     
    
    Dim instance As DropDownCalculatorInfo
    Dim value As ArrayList
     
    value = instance.ButtonKeys
    public ArrayList ButtonKeys {get;}
    Remarks
    This property retrieves all button keys in DropDownCalculator.
    See Also