InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / ITheme Interface / Load Method
The path to the new theme


In This Topic
    Load Method (ITheme)
    In This Topic
    Loads a new theme into the current session document
    Syntax
    'Declaration
     
    
    Sub Load( _
       ByVal pathName As String _
    ) 
    'Usage
     
    
    Dim instance As ITheme
    Dim pathName As String
     
    instance.Load(pathName)
    void Load( 
       string pathName
    )

    Parameters

    pathName
    The path to the new theme
    See Also