ToolStripPanelRenderEventArgs(Graphics, ToolStripPanel) Construtor

Definição

Inicializa uma nova instância da ToolStripPanelRenderEventArgs classe para a especificada ToolStripPanel que utiliza os gráficos especificados para desenhar.

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

Os gráficos usados para pintar o ToolStripPanel.

toolStripPanel
ToolStripPanel

O ToolStripPanel desenho.

Exceções

g ou toolStripPanel é null.

Aplica-se a