Specifies the activation and
type of underlining.
SyntaxReference_Syntax.underline = "0 | 1 | 2"
Values
Type
|
Values
|
String
|
0 (default)
The font renders without underlining.
1
The font renders with a single underline.
2
The font renders with a double underline.
|
JavaScriptTextField1.font.underline = "2";
FormCalcTextField1.font.underline = "2"
|
|
|