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

VARIANT_TRUE (true)

Apply the underline.

VARIANT_FALSE (false)

Prevent the underline.

String format

VARIANT_TRUE | VARIANT_FALSE

CSS information

Applies ToAll elements
Mediavisual
Inheritedno
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

Community Additions

Show: