ActiveReports 8
SearchResultsBackColor Property (FlashViewerOptions)
Example 

Gets or sets the background color of the highlighted text when using the WebViewer control's Find dialog. The default color is Blue. 
Syntax
'Declaration
 
Public Property SearchResultsBackColor As Color
public Color SearchResultsBackColor {get; set;}
Example
WebViewer.FlashViewerOptions.SearchResultsBackColor = System.Drawing.Color.Red
WebViewer.FlashViewerOptions.SearchResultsBackColor = System.Drawing.Color.Red;
See Also

Reference

FlashViewerOptions Class
FlashViewerOptions Members

Support Forum