[]
Gets the current edit status of the control.
public bool IsOverwrite { get; }
Public ReadOnly Property IsOverwrite As Boolean
Type | Description |
---|---|
bool | true if the current edit status is overwrite; otherwise, false. |
The IsOverwrite property indicates the edit mode of this control. The Insert key can change this value.