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


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