InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / ITheme Interface / Save Method


In This Topic
    Save Method (ITheme)
    In This Topic
    Saves changes to current theme
    Syntax
    'Declaration
     
    
    Sub Save() 
    'Usage
     
    
    Dim instance As ITheme
     
    instance.Save()
    void Save()
    Exceptions
    ExceptionDescription
    An I/O error occurred while trying to save the theme.
    The caller does not have the required permission to save the theme.
    See Also