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