ToolStripSeparatorRenderEventArgs Constructor (Graphics^, ToolStripSeparator^, Boolean)

 

Initializes a new instance of the ToolStripSeparatorRenderEventArgs class.

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

public:
ToolStripSeparatorRenderEventArgs(
	Graphics^ g,
	ToolStripSeparator^ separator,
	bool vertical
)

Parameters

g
Type: System.Drawing::Graphics^

The Graphics to paint with.

separator
Type: System.Windows.Forms::ToolStripSeparator^

The ToolStripSeparator to be painted.

vertical
Type: System::Boolean

A value indicating whether or not the ToolStripSeparator is to be drawn vertically.

.NET Framework
Available since 2.0
Return to top
Show: