ToolStripPanelRenderEventArgs(Graphics, ToolStripPanel) Constructor

Definición

Inicializa una nueva instancia de la ToolStripPanelRenderEventArgs clase para el especificado ToolStripPanel que usa los gráficos especificados para dibujar.

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)

Parámetros

g
Graphics

Gráficos usados para pintar .ToolStripPanel

toolStripPanel
ToolStripPanel

que ToolStripPanel se va a dibujar.

Excepciones

g o toolStripPanel es null.

Se aplica a