[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.EditBase.OverWrite

OverWrite Property

OverWrite

Gets the current edit status of the control.

Declaration
[Browsable(false)]
public bool OverWrite { get; }
<Browsable(False)>
Public ReadOnly Property OverWrite As Boolean
Property Value
Type Description
bool

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