ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / UserPreferences Class / SearchResultsBackColor Property

In This Topic
    SearchResultsBackColor Property (UserPreferences)
    In This Topic
    Gets or sets the background color of the highlighted text when using the Viewer control's Find dialog.
    Syntax
    'Declaration
     
    Public Property SearchResultsBackColor As Color
    public Color SearchResultsBackColor {get; set;}

    Property Value

    The color of the search results back.
    See Also