Modified Property (ITheme)
In This Topic
Gets a value indicating whether the theme has been modified or not.
Syntax
'Declaration
ReadOnly Property Modified As Boolean
'Usage
Dim instance As ITheme
Dim value As Boolean
value = instance.Modified
Property Value
If true, the theme has been modified since the last save. If false, it has not been modified.
See Also