Reverse Property (Read Only) |
Top Previous Next |
Returns true if the field should be shown in reverse video and false if the field should be shown in normal video.
VB.NET Syntax
[Boolean =] Field.Reverse
C# Syntax
[bool =] Field.Reverse;
Remarks
This is a terminal-emulation behavior attribute. Normally, you should consider this property if you are going to implement a terminal emulation program.
|