textDecorationBlink property
Sets or retrieves a Boolean value that indicates whether the object's IHTMLStyle::textDecoration property has a value of "blink."
This property is not supported for Windows Store 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 IHTMLStyle::textDecoration property is set to "blink."
VARIANT_FALSE (false)
-
The IHTMLStyle::textDecoration property is not set to "blink."
String format
true | false
CSS information
| Applies To | All elements |
|---|---|
| Media | visual |
| Inherited | no |
| Initial Value |
Remarks
This property currently has no visible effect because "blink" is not currently implemented as a possible value of the IHTMLStyle::textDecoration property.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Build date: 11/12/2012