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
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
- HTML 4.01 Specification, Section 11.2.6 (Deprecated)
Show: