InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IThemeDisplayEnhancements Interface / InverseVideo Property


In This Topic
    InverseVideo Property
    In This Topic
    Gets or sets whether foreground and background colors are reversed for all display attributes. Not applicable to ANSI terminals.
    Syntax
    'Declaration
     
    
    Property InverseVideo As Boolean
    'Usage
     
    
    Dim instance As IThemeDisplayEnhancements
    Dim value As Boolean
     
    instance.InverseVideo = value
     
    value = instance.InverseVideo
    bool InverseVideo {get; set;}
    See Also