Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 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 |
Minimum supported server |
Windows Server 2003 |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |