See Also

CheckBox Class  | CheckBox Members

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

BackColor Property

Gets or sets the control's background color or fill color.

[Visual Basic]
Public Property BackColor As Color
[C#]
public Color BackColor {get; set;}

Return Type

System.Drawing.Color

Example

[C#] 

private void Detail_Format(object sender, System.EventArgs eArgs) 

    this.CheckBox1.BackColor = System.Drawing.Color.LightBlue; 
}

[Visual Basic] 

Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format
   Me.CheckBox1.BackColor = System.Drawing.Color.LightBlue
End Sub

See Also

CheckBox Class  | CheckBox Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.