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


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