Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / EditBase Class / OverWrite Property


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

    Property Value

    true if the current edit status is overwrite; otherwise, false.
    Remarks
    The OverWrite property indicates the edit mode of this control. The Insert key can change this value. If the EditMode property is FixedInsert or FixedOverWrite, this property is fixed.
    See Also