Gets or sets the highlight color for the editable region. The color's alpha value must be less than 255 (opaque) so that the editable region's text remains visible. The default value is green with an alpha value of 60. If the highlight color is EditableRegion.DefaultHighlightColor and a user name is specified, the highlight color is set to a color depending on the user name.

Syntax

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