Underline Property (Read Only) |
Top Previous Next |
Returns true if the field should be shown underlined and false if the field should not be shown underlined.
Visual Basic Syntax
[Boolean =] TNBXField.Underline
Delphi Syntax
[Boolean :=] TNBXField.Underline;
Remarks
This is a terminal-emulation behavior attribute. Normally, you should consider this property if you are going to implement a terminal emulation program.
See Also Blinking, Color, High and Reverse properties.
|