noWrap property

[This documentation is preliminary and is subject to change.]

Sets or retrieves whether the browser automatically performs wordwrap.

Syntax

HRESULT value = object.put_noWrap(VARIANT_BOOL v);HRESULT value = object.get_noWrap(VARIANT_BOOL* 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: 6/12/2012