ToolStripPanelRenderEventArgs(Graphics, ToolStripPanel) Constructeur

Définition

Initialise une nouvelle instance de la classe ToolStripPanelRenderEventArgs pour le ToolStripPanel spécifié qui utilise les graphiques spécifiés pour dessiner.

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 ToolStripPanel utilisés pour peindre.

toolStripPanel
ToolStripPanel

ToolStripPanel à dessiner.

Exceptions

g ou toolStripPanel est null.

S’applique à