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