This topic has not yet been rated - Rate this topic

wrap property

Sets or retrieves how to handle wordwrapping in the object.

Syntax

HRESULT value = object.put_wrap( v);HRESULT value = object.get_wrap(* 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: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.