Spread Windows Forms 12.0 Product Documentation
OverWrite Property (EditBase)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > EditBase Class : OverWrite Property
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

Reference

EditBase Class
EditBase Members
EditMode Property