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


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

    Property Value

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