[]
Gets or sets the background color of the drop-down calendar.
[Browsable(true)]
public Color BackColor { get; set; }
<Browsable(True)>
Public Property BackColor As Color
Type | Description |
---|---|
Color |
You can use the BackColor property to change the background color of the control to blend into the color scheme of your forms.
Type | Condition |
---|---|
ArgumentException | The value is not valid. |