InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / IScreenRegion Interface / Parent Property


In This Topic
    Parent Property (IScreenRegion)
    In This Topic
    Gets the parent object. The parent is the Screen object (e.g. IUtsScreen).
    Syntax
    'Declaration
     
    
    ReadOnly Property Parent As Object
    'Usage
     
    
    Dim instance As IScreenRegion
    Dim value As Object
     
    value = instance.Parent
    object Parent {get;}
    See Also