[]
Gets the current edit status of the control.
[Browsable(false)]
public bool OverWrite { get; }
<Browsable(False)>
Public ReadOnly Property OverWrite As Boolean
Type | Description |
---|---|
bool | true if the current edit status is overwrite; otherwise, false. |
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.