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 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.