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


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

    Property Value

    A CalculatorButtonStyleInfo object that is used to draw the memory caption.
    Remarks
    This property retrieves the display style of the memory status button.
    See Also