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