StatusBar.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.
Obtient ou définit l'image d'arrière-plan du contrôle StatusBar.
public:
virtual property System::Drawing::Image ^ BackgroundImage { System::Drawing::Image ^ get(); void set(System::Drawing::Image ^ value); };
[System.ComponentModel.Browsable(false)]
public override System.Drawing.Image BackgroundImage { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.BackgroundImage : System.Drawing.Image with get, set
Public Overrides Property BackgroundImage As Image
Valeur de propriété
Image correspond à l'image d'arrière-plan pour StatusBar.
- Attributs
Remarques
La définition de l’image d’arrière-plan pour un StatusBar n’a aucun effet sur l’apparence du StatusBar contrôle. Par conséquent, elle n’est pas affichée dans le concepteur ou par IntelliSense.