Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDropDownCalculator Class / HasMemory Property


In This Topic
    HasMemory Property
    In This Topic
    Gets a value indicating whether this instance of GcDropDownCalculator has memorized value. This is a dependency property.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasMemory As Boolean
    'Usage
     
    Dim instance As GcDropDownCalculator
    Dim value As Boolean
     
    value = instance.HasMemory
    public bool HasMemory {get;}

    Property Value

    true if this instance of GcDropDownCalculator has memorized value; otherwise, false.
    Remarks
    When a number is stored, the HasMemory will be true. For instance, input a number, and press the MS button, this HasMemory will be true.
    See Also