Send comments on this topic.
Load Method
Attachmate.Reflection.Objects Library (User Interface) > _UiMode Interface : Load Method
fileName
The name of the user interface mode template file.
Loads a new user interface template file for the current session document view.

Syntax

 
object.Load( 
   ByVal fileName As String
) 

Parameters

fileName
The name of the user interface mode template file.

Exceptions

ExceptionDescription
System.IO.FileNotFoundException Thrown if the user interface template file does not exist.

See Also