Spread WinForms 15
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()
See Also