Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalculator Class / ButtonKeys Property


In This Topic
    ButtonKeys Property (DropDownCalculator)
    In This Topic
    Gets a fixedsize ArrayList include the name of the buttons in DropDownCalculator.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ButtonKeys As ArrayList
    'Usage
     
    
    Dim instance As DropDownCalculator
    Dim value As ArrayList
     
    value = instance.ButtonKeys
    public ArrayList ButtonKeys {get;}
    Remarks
    This property retrieve all keys of buttons in the DropDownCalculator.
    See Also