Reflection
Load Method (IUiMode)


The name of the user interface template file.
Loads a new user interface template file for the current session document view.
Syntax
'Declaration
 
Sub Load( _
   ByVal fileName As String _
) 
'Usage
 
Dim instance As IUiMode
Dim fileName As String
 
instance.Load(fileName)
void Load( 
   string fileName
)

Parameters

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