Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITheme Interface / Modified Property


In This Topic
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