ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Wpf Assembly / GrapeCity.ActiveReports.Viewer.Wpf Namespace / Viewer Class / SearchResultsForeColor Property

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