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