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