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