ActiveReports Developer 7
SearchResultsBackColor Property
See Also  Example
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web.ExportOptions Namespace > FlashViewerOptions Class : SearchResultsBackColor Property

Glossary Item Box

Gets or sets the background color of the highlighted text when using the WebViewer control's Find dialog. The default color is Blue. 

Syntax

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

Example

Visual BasicCopy Code
WebViewer.FlashViewerOptions.SearchResultsBackColor = System.Drawing.Color.Red
C#Copy Code
WebViewer.FlashViewerOptions.SearchResultsBackColor = System.Drawing.Color.Red;

See Also