textDecorationNone property

[This documentation is preliminary and is subject to change.]

Sets or retrieves the Boolean value indicating whether the 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

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

Mshtml.dll

See also

textDecoration

 

 

Build date: 1/23/2012