DateTimePicker.BackColor Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 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é.