Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Theme Object / Load Method
The path to the new theme.
In This Topic
Load Method (Theme)
In This Topic
Loads a new theme into the current session document.
Syntax
expression.Load( _
   ByVal pathName As String _
) 
where expression is a variable that represents a Theme Object

Parameters

pathName
The path to the new theme.
See Also