[]
Gets or sets the foreground color when the control has the input focus.
public virtual Color ActiveForeColor { get; set; }
Public Overridable Property ActiveForeColor As Color
Type | Description |
---|---|
Color | A Color value that indicates the foreground color when the control has the input focus. |
If this control has the input focus, the foreground is displayed using the value of this property.