ToolStripPanelRenderEventArgs(Graphics, ToolStripPanel) Constructeur
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.
Initialise une nouvelle instance de la ToolStripPanelRenderEventArgs classe pour le graphique spécifié ToolStripPanel pour le dessin.
public:
ToolStripPanelRenderEventArgs(System::Drawing::Graphics ^ g, System::Windows::Forms::ToolStripPanel ^ toolStripPanel);
public ToolStripPanelRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripPanel toolStripPanel);
new System.Windows.Forms.ToolStripPanelRenderEventArgs : System.Drawing.Graphics * System.Windows.Forms.ToolStripPanel -> System.Windows.Forms.ToolStripPanelRenderEventArgs
Public Sub New (g As Graphics, toolStripPanel As ToolStripPanel)
Paramètres
- g
- Graphics
Graphiques utilisés pour peindre le ToolStripPanel.
- toolStripPanel
- ToolStripPanel
À ToolStripPanel dessiner.
Exceptions
g ou toolStripPanel a la valeur Null.