Gets or sets the formatted text value to be rendered in the control.
[Visual Basic]
Public Property Text As String
[C#]
public string Text {get; set;}
String value that represents the text to be rendered in the control.
Use the Value property to modify the control's content, the Value will be formatted using OutputFormat into the Text property.
[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.