Gets the current edit status of the control.
'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.