Partage via


DateTimePicker.BackColor Propriété

Définition

Obtient ou définit une valeur indiquant la couleur d'arrière-plan du contrôle DateTimePicker.

public:
 virtual property System::Drawing::Color BackColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.Browsable(false)]
public override System.Drawing.Color BackColor { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.BackColor : System.Drawing.Color with get, set
Public Overrides Property BackColor As Color

Valeur de propriété

Color

Color d'arrière-plan de DateTimePicker.

Attributs

Remarques

La définition de l’élément BackColor n’a aucun effet sur l’apparence du DateTimePicker. Pour définir la couleur d’arrière-plan du calendrier déroulant du DateTimePicker, consultez la CalendarMonthBackground propriété.

S’applique à

Voir aussi