This topic has not yet been rated - Rate this topic

noWrap property

Sets or retrieves whether the browser automatically performs wordwrap.

Syntax

HRESULT value = object.put_noWrap( v);HRESULT value = object.get_noWrap(* p);

Property values

Type: VARIANT_BOOL

VARIANT_FALSE (false)

Default. Browser automatically wraps the text.

VARIANT_TRUE (true)

Browser does not wrap the text.

Standards information

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.