InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IUiControlActionMapper Interface / Parent Property


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