ActiveReports Developer 7
SearchResultsBackColor Property
See Also 
GrapeCity.ActiveReports.Viewer.Wpf.v7 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : SearchResultsBackColor Property

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Property SearchResultsBackColor As System.Windows.Media.Color
C# 
public System.Windows.Media.Color SearchResultsBackColor {get; set;}

See Also