ForeColor Property (InputCheckBox)
In This Topic
Gets or sets the
System.Drawing.Color used to display text in the
InputComponent.
Syntax
'Declaration
Public Overridable Property ForeColor As Color
public virtual Color ForeColor {get; set;}
See Also