Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CalculatorButtonStyleInfo Class / Memory Property


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

    Property Value

    A CalculatorButtonStyleInfo value indicates the memory style.
    See Also