High Property (Read Only) |
Top Previous Next |
Returns true if the field should be shown with a high intensity color or bold, otherwise returns false.
VB.NET Syntax
[Boolean =] Field.High
C# Syntax
[bool =] Field.High;
Remarks
This is a terminal-emulation behavior attribute. Normally, you should consider this property if you are going to implement a terminal emulation program.
|