Gets or returns the foreground (font) color of the control.
[Visual Basic]
Public Property ForeColor As Color
[C#]
public Color ForeColor {get; set;}
System.Drawing.Color
This property sets the color for both the text and the checkbox in the control.
[C#]
private void Detail_Format(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format |
CheckBox Class | CheckBox Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.