PowerTools ActiveReports for .NET 9.0J
Text プロパティ (RichTextBox)
使用例 

RichTextBox内の現在のテキストを設定または取得します。
構文
'宣言
 
Public Property Text As String
public string Text {get; set;}

プロパティ値

コントロール内に表示されているテキスト。

使用例
private void detail_Format(object sender, System.EventArgs eArgs)
{
    this.rtbActiveReport.Text = "Confidential";
}
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format
    Me.rtbActiveReport.Text = "Confidential"
End Sub
参照

関連項目

RichTextBox クラス
RichTextBox メンバ

 

 


©2003-2015 GrapeCity inc. All rights reserved.