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


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