Spread Windows Forms 12.0 Product Documentation
Modified Property (SuperEditBase)


FarPoint.Win Assembly > FarPoint.Win Namespace > SuperEditBase Class : Modified Property
Gets or sets whether the text in the edit control has been modified.
Syntax
'Declaration
 
Public Overridable Property Modified As Boolean
'Usage
 
Dim instance As SuperEditBase
Dim value As Boolean
 
instance.Modified = value
 
value = instance.Modified
public virtual bool Modified {get; set;}

Property Value

Boolean value: true if the contents have been modified; false otherwise
Remarks

This property is available at run time only.

See Also

Reference

SuperEditBase Class
SuperEditBase Members