InfoConnect for Unisys
InverseVideo Property


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