InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / Theme Class / ThemeColor Property
Example


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