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


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