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


In This Topic
    MemoryButtons Property (DropDownCalculatorInfo)
    In This Topic
    Gets or sets the button style for the memory button.
    Syntax
    'Declaration
     
    
    Public Property MemoryButtons As CalculatorButtonStyleInfo
    'Usage
     
    
    Dim instance As DropDownCalculatorInfo
    Dim value As CalculatorButtonStyleInfo
     
    instance.MemoryButtons = value
     
    value = instance.MemoryButtons
    public CalculatorButtonStyleInfo MemoryButtons {get; set;}

    Property Value

    A CalculatorButtonStyleInfo object that is used to draw memory related buttons.
    Remarks
    This property retrieves the display style of all memory buttons.
    See Also