InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / ITheme Interface / ThemeColor Property


In This Topic
    ThemeColor Property (ITheme)
    In This Topic
    Gets the color map object associated with the theme.
    Syntax
    'Declaration
     
    
    ReadOnly Property ThemeColor As IThemeColor
    'Usage
     
    
    Dim instance As ITheme
    Dim value As IThemeColor
     
    value = instance.ThemeColor
    IThemeColor ThemeColor {get;}
    See Also