GrapeCity ActiveReports for .NET 12.0J
BackColor プロパティ (RichTextBox)
使用例 

コントロールの背景色または塗りつぶしの色を取得または設定します。
構文
'宣言
 
Public Property BackColor As Color
public Color BackColor {get; set;}

プロパティ値

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

関連項目

RichTextBox クラス
RichTextBox メンバ

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.