Table of Contents
ForeColor Property

Gets or sets foreground color of top level group.

Syntax
 public override Color ForeColor { get; set; }

Property Value

System.Drawing.Color

The foreground color of top level group.

This property is read/write.

Remarks

A System.Drawing.Color that represents the foreground color of top level group. The default is Color.Empty, which indicates that this property is not set.

See Also