InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ITheme Interface / Color Property


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