InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / ITheme Interface / Modified Property


In This Topic
    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
    bool Modified {get;}

    Property Value

    If true, the theme has been modified since the last save. If false, it has not been modified.
    See Also