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