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

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

    Property Value

    A System.Drawing.Color representing the color of the text that is highlighted as a result of a search operation. The default value is System.Drawing.Color.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.
    See Also