ToolStripRenderer.DrawLabelBackground(ToolStripItemRenderEventArgs) Méthode
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.
Dessine l'arrière-plan pour ToolStripLabel.
public:
void DrawLabelBackground(System::Windows::Forms::ToolStripItemRenderEventArgs ^ e);
public void DrawLabelBackground (System.Windows.Forms.ToolStripItemRenderEventArgs e);
member this.DrawLabelBackground : System.Windows.Forms.ToolStripItemRenderEventArgs -> unit
Public Sub DrawLabelBackground (e As ToolStripItemRenderEventArgs)
Paramètres
ToolStripItemRenderEventArgs qui contient les données pour dessiner l'arrière-plan de l'étiquette.
Remarques
La DrawLabelBackground méthode fournit le point d’entrée au code de rendu pour l’arrière-plan d’un ToolStripLabel. Utilisez cette méthode pour dessiner l’arrière-plan d’un ToolStripLabel lors du remplacement de la ToolStripLabel.OnPaint méthode, ou pour forcer le dessin d’un ToolStripLabel arrière-plan dans un objet personnalisé ToolStripRenderer. Pour modifier la façon dont l’arrière-plan d’un ToolStripLabel est rendu, remplacez la OnRenderLabelBackground méthode dans une classe dérivée de ToolStripRenderer.