Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ITheme Interface / Load Method
The path to the new theme


In This Topic
Load Method (ITheme)
In This Topic
Loads a new theme into the current session document
Syntax
'Declaration
 
Sub Load( _
   ByVal pathName As String _
) 
 
'Usage
 
Dim instance As ITheme
Dim pathName As String
 
instance.Load(pathName)

Parameters

pathName
The path to the new theme
See Also