Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / Modified Property


In This Topic
    Modified Property (GeneralEditor)
    In This Topic
    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 GeneralEditor
    Dim value As Boolean
     
    instance.Modified = value
     
    value = instance.Modified
    public virtual bool Modified {get; set;}
    See Also