InfoConnect API Guide
Attachmate.Reflection.Emulation.Common 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 Object
    'Usage
     
    
    Dim instance As IContextMenus
    Dim value As Object
     
    value = instance.Parent
    object Parent {get;}
    See Also