InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IUiMode Interface / Load Method
The name of the user interface template file.


In This Topic
    Load Method (IUiMode)
    In This Topic
    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
    Thrown if the user interface template file does not exist.
    See Also