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.
VB.NET Syntax
[Boolean =] Field.Underline
C# Syntax
[bool =] Field.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.
Copyright © 2002-2007, Cybele Software Inc. All rights reserved. |