ToolStripPanelRenderEventArgs(Graphics, ToolStripPanel) Constructeur

Définition

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.

S’applique à