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

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

プロパティ値

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

関連項目

Shape クラス
Shape メンバ

 

 


©2003-2015 GrapeCity inc. All rights reserved.