GrapeCity.ActiveReports.Document.v9 アセンブリ > GrapeCity.ActiveReports 名前空間 > Border クラス : Color プロパティ |
System.Drawing.Color。
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