In This Topic
Gets the current edit status of the control.
Syntax
'Declaration
Public ReadOnly Property IsOverwrite As Boolean
'Usage
Dim instance As EditBase
Dim value As Boolean
value = instance.IsOverwrite
public bool IsOverwrite {get;}
Property Value
true if the current edit status is overwrite; otherwise,
false.
See Also