This topic has not yet been rated - Rate this topic

textUnderlineStyle property

Sets or retrieves the appearance of the underline decoration of the object.

Syntax

HRESULT value = object.put_textUnderlineStyle(BSTR v);HRESULT value = object.get_textUnderlineStyle(BSTR* p);

Property values

Type: BSTR

One of the values in the Property Values section.

Remarks

This property specifies the style of the text underline decoration. To turn this decoration on or off, use the IHTMLRenderStyle::textDecoration property.

In Internet Explorer 6, This property supports the thick-dash value.

Setting this property only affects HTML and CSS outlines when the IHTMLRenderStyle::textDecoration property is set to underline.

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.