GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalculator Class / MemoryStatus Property


In This Topic
MemoryStatus Property (DropDownCalculator)
In This Topic
Gets or sets the button style of memory status.
Syntax
'Declaration
 
Public Property MemoryStatus As CalculatorButtonStyle
 
'Usage
 
Dim instance As DropDownCalculator
Dim value As CalculatorButtonStyle
 
instance.MemoryStatus = value
 
value = instance.MemoryStatus

Property Value

A CalculatorButtonStyle object that used to draw the MemoryCaption.
Remarks
This property retrieve the display style of the memory status button.
See Also