ToolStripGripRenderEventArgs Constructor (Graphics^, ToolStrip^)

 

Initializes a new instance of the ToolStripGripRenderEventArgs class.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
ToolStripGripRenderEventArgs(
	Graphics^ g,
	ToolStrip^ toolStrip
)

Parameters

g
Type: System.Drawing::Graphics^

The Graphics object used to paint the move handle.

toolStrip
Type: System.Windows.Forms::ToolStrip^

The ToolStrip the move handle is to be drawn on.

.NET Framework
Available since 2.0
Return to top
Show: