System.Windows.Forms.Control.ForeColor Property

Gets or sets the foreground color of the control.

Syntax

[System.Runtime.InteropServices.DispId(-513)]
public virtual System.Drawing.Color ForeColor { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Control.ForeColor property is an ambient property. An ambient property is a control property that, if not set, is retrieved from the parent control. For example, a System.Windows.Forms.Button will have the same Control.BackColor as its parent System.Windows.Forms.Form by default. For more information about ambient properties, see the System.Windows.Forms.AmbientProperties class or the System.Windows.Forms.Control class overview.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0