Spread Windows Forms 12.0 Product Documentation
Overwrite Property (EditStatusChangedEventArgs)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > EditStatusChangedEventArgs Class : Overwrite Property
Gets the value that indicates whether the current edit status is overwrite mode.
Syntax
'Declaration
 
Public ReadOnly Property Overwrite As Boolean
'Usage
 
Dim instance As EditStatusChangedEventArgs
Dim value As Boolean
 
value = instance.Overwrite
public bool Overwrite {get;}

Property Value

A bool value that indicates whether the current edit status is overwrite mode.
Remarks
The property retrieves the edit status.
See Also

Reference

EditStatusChangedEventArgs Class
EditStatusChangedEventArgs Members