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