This topic has not yet been rated - Rate this topic

textDecorationNone property

Sets or retrieves the Boolean value indicating whether the IHTMLRuleStyle::textDecoration property for the object has been set to none.

Syntax

Integer value = object.put_textDecorationNone(Boolean v);Integer value = object.get_textDecorationNone(Boolean* bDecoration);

Property values

Type: VARIANT_BOOL

VARIANT_TRUE (true)

Property is set to none.

VARIANT_FALSE (false)

Property is not set to none.

String format

|

CSS information

Applies ToAll elements
Mediavisual
Inheritedno
Initial Value

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows Server 2003

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IHTMLRuleStyle::textDecoration

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.