InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / ScreenRegion Class / Parent Property
Example


In This Topic
    Parent Property (ScreenRegion)
    In This Topic
    Gets the parent object. The parent is the screen object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Parent As Object
    'Usage
     
    
    Dim instance As ScreenRegion
    Dim value As Object
     
    value = instance.Parent
    public object Parent {get;}
    Example
    IUtsScreen utsScreen = (IUtsScreen)screenRegion.Parent;
    See Also