[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.Viewer.SearchResultsForeColor

SearchResultsForeColor Property

SearchResultsForeColor

Gets or sets the foreground color used to highlight text found using the search functionality in the Viewer control.

Declaration
public Color SearchResultsForeColor { get; set; }
Property Value
Type Description
Color

A Color representing the color of the text that is highlighted as a result of a search operation. The default value is DarkBlue.

Remarks

Use this property to customize the appearance of search results within the Viewer control. Changing this color can enhance readability or match the Viewer's thematic styling.