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


In This Topic
    BackgroundColor Property (IThemeColor)
    In This Topic
    Gets or sets text screen background color when IsBackgroundSingleColor is true.
    Syntax
    'Declaration
     
    
    Property BackgroundColor As Color
    'Usage
     
    
    Dim instance As IThemeColor
    Dim value As Color
     
    instance.BackgroundColor = value
     
    value = instance.BackgroundColor
    Color BackgroundColor {get; set;}
    Remarks
    The get throws an exception when IsBackgroundSingleColor is false.

    Setting text screen background color also sets IsBackgroundSingleColor property to true.

    See Also