ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer Class / SearchResultsBackColor Property

In This Topic
    SearchResultsBackColor Property (Viewer)
    In This Topic
    Gets or sets the background color used to highlight text found using the search functionality in the Viewer control.
    Syntax
    'Declaration
     
    Public Property SearchResultsBackColor As Color
    public Color SearchResultsBackColor {get; set;}

    Property Value

    A System.Drawing.Color representing the background color of the text that is highlighted as a result of a search operation. The default value is System.Drawing.Color.Blue.
    Remarks
    This property allows for the customization of the appearance of search results within the Viewer control. Adjusting this color can help in making the search results stand out or in aligning them with the overall theme of the Viewer control.
    See Also