InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / Theme Class / Theme Constructor
Remote theme instance
Parent terminal instance


In This Topic
    Theme Constructor
    In This Topic
    Initializes a new instance of the Theme class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal theme As ITheme, _
       ByVal terminal As Object _
    )
    'Usage
     
    
    Dim theme As ITheme
    Dim terminal As Object
     
    Dim instance As New Theme(theme, terminal)
    public Theme( 
       ITheme theme,
       object terminal
    )

    Parameters

    theme
    Remote theme instance
    terminal
    Parent terminal instance
    See Also