IHTMLStyle::get_textDecorationUnderlineIHTMLStyle::get_textDecorationUnderline*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLStyle::get_textDecorationOverline
*Next Topic: IHTMLStyle::get_textIndent

IHTMLStyle::get_textDecorationUnderline


HRESULT get_textDecorationUnderline( 
    VARIANT_BOOL *p 
);

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

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

See also put_textDecorationUnderline

Up Top of Page


IHTMLStyle::put_textDecorationUnderline


HRESULT put_textDecorationUnderline(
    VARIANT_BOOL v 
);

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

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

See also get_textDecorationUnderline


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