InfoConnect for Unisys
Load Method (ITheme)


The path to the new theme
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)
void Load( 
   string pathName
)

Parameters

pathName
The path to the new theme
See Also