ActiveReports.Viewer3 Request technical support
SearchResultsBackColor Property
See Also 


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

Syntax

Visual Basic (Declaration) 
Public Property SearchResultsBackColor As Color
Visual Basic (Usage)Copy Code
Dim instance As UserPreferences
Dim value As Color
 
instance.SearchResultsBackColor = value
 
value = instance.SearchResultsBackColor
C# 
public Color SearchResultsBackColor {get; set;}

See Also