ToolStripPanelRenderEventArgs(Graphics, ToolStripPanel) Construtor
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.