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