ActiveReports Developer 7
SearchResultsForeColor Property
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class : SearchResultsForeColor Property

Glossary Item Box

Gets or sets the color of the highlighted text when using the Viewer control's Find functionality.

Syntax

Visual Basic (Declaration) 
Public Property SearchResultsForeColor As Color
C# 
public Color SearchResultsForeColor {get; set;}

See Also