Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / EditBase Class / IsOverwrite Property


In This Topic
    IsOverwrite Property
    In This Topic
    Gets the current edit status of the control.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsOverwrite As Boolean
    'Usage
     
    Dim instance As EditBase
    Dim value As Boolean
     
    value = instance.IsOverwrite
    public bool IsOverwrite {get;}

    Property Value

    true if the current edit status is overwrite; otherwise, false.
    Remarks
    The IsOverwrite property indicates the edit mode of this control. The Insert key can change this value.
    See Also