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


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