Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITheme Interface / Save Method


Save Method (ITheme)
Saves changes to current theme
Syntax
'Declaration
 
Sub Save() 
 
'Usage
 
Dim instance As ITheme
 
instance.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