Gets or sets the highlight color for the tracked change. If the highlight color is TrackedChange.DefaultHighlightColor and the change has been made through an user who is not the current user, the highlight color is set to a color depending on the user name. The current user is the first string set with the TextControl.UserNames property.

Syntax

public System.Drawing.Color HighlightColor { get; set; }
Public Property HighlightColor() As System.Drawing.Color