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

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

    Property Value

    The color of the search results fore.
    See Also