Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / FontPickerWide Class / IsDirty Method


In This Topic
    IsDirty Method
    In This Topic
    Gets whether the user changed the font or its properties.
    Syntax
    'Declaration
     
    
    Public Overridable Function IsDirty() As Boolean
    'Usage
     
    
    Dim instance As FontPickerWide
    Dim value As Boolean
     
    value = instance.IsDirty()
    public virtual bool IsDirty()
    See Also