InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / ITheme Interface / Parent Property


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