ToolStripPanelRenderEventArgs(Graphics, ToolStripPanel) Constructor

Definition

Initializes a new instance of the ToolStripPanelRenderEventArgs class for the specified ToolStripPanel that uses the specified graphics for drawing.

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)

Parameters

g
Graphics

The graphics used to paint the ToolStripPanel.

toolStripPanel
ToolStripPanel

The ToolStripPanel to draw.

Exceptions

g or toolStripPanel is null.

Applies to