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