ToolStripContentPanelRenderEventArgs Constructor (Graphics^, ToolStripContentPanel^)
.NET Framework (current version)
Initializes a new instance of the ToolStripContentPanelRenderEventArgs class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public:
ToolStripContentPanelRenderEventArgs(
Graphics^ g,
ToolStripContentPanel^ contentPanel
)
Parameters
- g
-
Type:
System.Drawing::Graphics^
A Graphics representing the GDI+ drawing surface.
- contentPanel
-
Type:
System.Windows.Forms::ToolStripContentPanel^
The ToolStripContentPanel to render.
.NET Framework
Available since 2.0
Available since 2.0
Show: