textDecorationBlink property
Sets or retrieves a Boolean value that indicates whether the object's IHTMLRuleStyle::textDecoration property has a value of "blink."
This property is not supported for Windows apps using JavaScript.
Syntax
Integer value = object.put_textDecorationBlink(Boolean v);Integer value = object.get_textDecorationBlink(Boolean* bBlink);
Property values
Type: VARIANT_BOOL
-
The IHTMLRuleStyle::textDecoration property is set to "blink."
-
The IHTMLRuleStyle::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 IHTMLRuleStyle::textDecoration property.
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows Server 2003 |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Show: