Wimark.Controls Class Library  

RichTextBox.WordWrap Property

Indicates whether a multiline text box control automatically wraps words to the beginning of the next line when necessary.

[Visual Basic]
Public Property WordWrap As Boolean 
[C#]
public bool WordWrap {get; set;}
[C++]
public: __property bool get_WordWrap();
public: __property void set_WordWrap(bool);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

RichTextBox Class | RichTextBox Members | Wimark.Controls Namespace