Gets or sets a value indicating whether this is a multiline textbox control.
[Visual Basic]
Public Property MultiLine As Boolean
[C#]
public bool MultiLine {get; set;}
A Boolean value. True if the textbox control is multi-line; otherwise, False.
A multiline textbox control renders its text on more than one line. If the WordWrap property is set to True, long lines will be wrapped to the following line. If the WordWrap property is set to False, the text will print on a new line only when a newline character is encountered.
[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 | WordWrap
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.