Reflection
Modified Property (ITheme)


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
bool Modified {get;}
See Also