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


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