ActiveReports Developer 7
SearchResultsForeColor Property
See Also 
GrapeCity.ActiveReports.Viewer.Wpf.v7 Assembly > GrapeCity.ActiveReports.Viewer.Wpf 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 System.Windows.Media.Color
C# 
public System.Windows.Media.Color SearchResultsForeColor {get; set;}

See Also