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


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