Loads a new user interface template file for the current session document view.
expression.Load( _
ByVal As String _
)
where
expression is a variable that represents a
UiMode Object
Parameters
- fileName
- The name of the user interface template file.
Exception | Description |
IO.FileNotFoundException |
Thrown if the user interface template file does not exist.
|