ToolStripContainer.BackgroundImage 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.
Cette propriété ne s'applique pas à cette classe.
public:
property System::Drawing::Image ^ BackgroundImage { System::Drawing::Image ^ get(); void set(System::Drawing::Image ^ value); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Image BackgroundImage { get; set; }
[System.ComponentModel.Browsable(false)]
public System.Drawing.Image? BackgroundImage { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.BackgroundImage : System.Drawing.Image with get, set
Public Property BackgroundImage As Image
Valeur de propriété
Image d'arrière-plan affichée dans le contrôle.
- Attributs
Remarques
Cette propriété ne s'applique pas à cette classe.