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