Gets or sets the current text in the RichTextBox.
[Visual Basic]
Public Property Text As String
[C#]
public string Text {get; set;}
The text displayed in the control.
[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 |
RichTextBox Class | RichTextBox Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.