InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts 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
    bool Modified {get;}
    See Also