textDecorationNone property
Sets or retrieves the Boolean value indicating whether the IHTMLStyle::textDecoration property for the object has been set to none.
Syntax
Integer value = object.put_textDecorationNone(Boolean v);Integer value = object.get_textDecorationNone(Boolean* bDecoration);
Property values
Type: VARIANT_BOOL
VARIANT_TRUE (true)
Property is set to none.
VARIANT_FALSE (false)
Property is not set to none.
String format
|
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 |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |