InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / Parent Property


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