Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CalculatorButtonStyle Class / Memory Property


In This Topic
    Memory Property (CalculatorButtonStyle)
    In This Topic
    Gets the default CalculatorButtonStyle used for memory buttons.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Memory As CalculatorButtonStyle
    'Usage
     
    
    Dim value As CalculatorButtonStyle
     
    value = CalculatorButtonStyle.Memory
    public static CalculatorButtonStyle Memory {get;}

    Property Value

    A CalculatorButtonStyle value indicates the memory style.
    See Also