Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / DirtyFlag Property


In This Topic
    DirtyFlag Property (SuperEditBase)
    In This Topic
    Gets or sets the flag that edit has changed (dirty).
    Syntax
    'Declaration
     
    
    Protected Overridable Property DirtyFlag As Boolean
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As Boolean
     
    instance.DirtyFlag = value
     
    value = instance.DirtyFlag
    protected virtual bool DirtyFlag {get; set;}
    See Also