InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / Theme Object / Modified Property
In This Topic
    Modified Property (Theme)
    In This Topic
    Gets a value indicating whether the theme has been modified since last save.
    Syntax
    expression.Modified As Boolean
    where expression is a variable that represents a Theme Object
    Remarks
    True indicates that the theme has been modified since the last save; false indicates that it has not.
    See Also