Reflection
ReverseVideo Property


Returns or specifies 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