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


In This Topic
    ResetTheme Method
    In This Topic
    Abandons changes made in the "dirty" state and reloads/applies last saved settings.
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("This method is obsolete and does nothing. It may be removed in a future release.", False)>
    Sub ResetTheme() 
    'Usage
     
    
    Dim instance As ITheme
     
    instance.ResetTheme()
    [Obsolete("This method is obsolete and does nothing. It may be removed in a future release.", false)]
    void ResetTheme()
    See Also