Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

BaseNavigator.ForeColor Property

Gets or sets foreground color of top level group.

[Visual Basic]
Overrides Public Property ForeColor As Color
[C#]
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

BaseNavigator Class | EO.Web Namespace


Direct link to this topic