IHTMLStyle::get_textDecorationBlinkIHTMLStyle::get_textDecorationBlink*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLStyle::get_textDecoration
*Next Topic: IHTMLStyle::get_textDecorationLineThrough

IHTMLStyle::get_textDecorationBlink


HRESULT get_textDecorationBlink( 
    VARIANT_BOOL *p 
);

Retrieves whether the element's CSS text-decoration attribute has a value of "blink".

p
Address of a variable that receives TRUE if the attribute has a value of "blink", or FALSE if not. See text-decoration for details.

See also put_textDecorationBlink

Up Top of Page


IHTMLStyle::put_textDecorationBlink


HRESULT put_textDecorationBlink(
    VARIANT_BOOL v 
);

Sets the value of the element's CSS text-decoration attribute to "blink", or removes the "blink" value from the attribute.

v
Boolean value. TRUE sets the attribute to "blink"; FALSE removes the "blink" value from the attribute. See text-decoration for details.

See also get_textDecorationBlink


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.