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


In This Topic
    IsBackgroundSingleColor Property (IThemeColor)
    In This Topic
    Gets a value indicating whether the screen background color is a single color or mapped per field attributes defined in IbmTerminalAttributeOption enum.
    Syntax
    'Declaration
     
    
    ReadOnly Property IsBackgroundSingleColor As Boolean
    'Usage
     
    
    Dim instance As IThemeColor
    Dim value As Boolean
     
    value = instance.IsBackgroundSingleColor
    bool IsBackgroundSingleColor {get;}
    See Also