Reflection Desktop VBA Guide
Attachmate.Reflection.Objects Library / Attachmate.Reflection.Objects.UserInterface Library / UiMode Object / Load Method
The name of the user interface template file.
Load Method (UiMode)
Loads a new user interface template file for the current session document view.
Syntax
expression.Load( _
   ByVal fileName As String _
) 
where expression is a variable that represents a UiMode Object

Parameters

fileName
The name of the user interface template file.
Exceptions
ExceptionDescription
Thrown if the user interface template file does not exist.
See Also