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

構文
'宣言
 
Public Property Color As Color
public Color Color {get; set;}
使用例
Private void GroupHeader1_Format(object sender, System.EventArgs eArgs)
{
    this.txtShipCountry.Border.Color = System.Drawing.Color.Purple;
}
Private Sub GroupHeader1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles GroupHeader1.Format
    Me.txtShipCountry.Border.Color = System.Drawing.Color.Purple
End Sub
参照

関連項目

Border クラス
Border メンバ

 

 


©2003-2017 GrapeCity inc. All rights reserved.