wrap property

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

Sets or retrieves how to handle wordwrapping in the object.

Syntax

HRESULT value = object.put_wrap(BSTR v);HRESULT value = object.get_wrap(BSTR* p);

Property values

Type: BSTR

(soft)

Default. Text is displayed with wordwrapping and submitted without carriage returns and line feeds.

(hard)

Text is displayed with wordwrapping and submitted with soft returns and line feeds.

(off)

Wordwrapping is disabled. The lines appear exactly as the user types them.

Remarks

To detect the difference between soft and hard you must submit the content within the textArea to an HTTP server.

 

 

Build date: 6/12/2012