Indicates whether a multi-line text 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;}
Boolean. True if the text control wraps words; False, if the text will be clipped. The default is True.
[C#]
private void Detail_Format(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format |
TextBox Class | TextBox Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.