DateTimePicker::BackColor Property
.NET Framework (current version)
Gets or sets a value indicating the background color of the DateTimePicker control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(false)] property Color BackColor { virtual Color get() override; virtual void set(Color value) override; }
Setting the BackColor has no effect on the appearance of the DateTimePicker. To set the background color for the drop-down calendar of the DateTimePicker, see the CalendarMonthBackground property.
.NET Framework
Available since 1.1
Available since 1.1
Show: