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

Glossary Item Box

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

Syntax

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

Example

Visual BasicCopy Code
WebViewer.FlashViewerOptions.SearchResultsForeColor = System.Drawing.Color.Yellow
C#Copy Code
WebViewer.FlashViewerOptions.SearchResultsForeColor = System.Drawing.Color.Yellow;

See Also