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

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

プロパティ値

現在の背景色。デフォルトはColor.Transparentです。

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

関連項目

Picture クラス
Picture メンバ

 

 


©2003-2017 GrapeCity inc. All rights reserved.