textDecorationBlink property

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

Sets or retrieves a Boolean value that indicates whether the object's textDecoration property has a value of "blink."

This property is not supported for Metro style apps using JavaScript.

Syntax

Integer value = object.put_textDecorationBlink(Boolean v);Integer value = object.get_textDecorationBlink(Boolean* bBlink);

Property values

Type: VARIANT_BOOL

VARIANT_TRUE (true)

The textDecoration property is set to "blink."

VARIANT_FALSE (false)

The textDecoration property is not set to "blink."

String format

VARIANT_TRUE | VARIANT_FALSE

CSS information

Applies ToAll elements
Mediavisual
Inheritedno
Initial Value

Remarks

This property currently has no visible effect because "blink" is not currently implemented as a possible value of the textDecoration property.

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: