ActiveReports Developer 7
SearchResultsBackColor Property
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win 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 Color
C# 
public Color SearchResultsBackColor {get; set;}

See Also