Modified Property (ITheme)
In This Topic
Returns the modified state of the theme. True = theme has been modified since last save, false if not.
Syntax
'Declaration
ReadOnly Property Modified As Boolean
'Usage
Dim instance As ITheme
Dim value As Boolean
value = instance.Modified
See Also