InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / ReverseVideo Property


In This Topic
    ReverseVideo Property
    In This Topic
    Gets or sets a value indicating whether the foreground and background colors for screen attributes are reversed.
    Syntax
    'Declaration
     
    
    Property ReverseVideo As Boolean
    'Usage
     
    
    Dim instance As IScreen
    Dim value As Boolean
     
    instance.ReverseVideo = value
     
    value = instance.ReverseVideo
    bool ReverseVideo {get; set;}
    See Also