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