textDecorationUnderline property
[This documentation is preliminary and is subject to change.]
Sets or retrieves whether the text in the object is underlined.
Syntax
Integer value = object.put_textDecorationUnderline(Boolean v);Integer value = object.get_textDecorationUnderline(Boolean* bUnderline);
Property values
Type: VARIANT_BOOL
String format
VARIANT_TRUE | VARIANT_FALSE
CSS information
| Applies To | All elements |
|---|---|
| Media | visual |
| Inherited | no |
| Initial Value |
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Header |
|
|
DLL |
|
See also
Build date: 1/23/2012
Community Additions
Show: