InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / Theme Property


In This Topic
    Theme Property (IIbmTerminal)
    In This Topic
    Gets the theme object.
    Syntax
    'Declaration
     
    
    ReadOnly Property Theme As ITheme
    'Usage
     
    
    Dim instance As IIbmTerminal
    Dim value As ITheme
     
    value = instance.Theme
    ITheme Theme {get;}
    See Also