ToolStripSeparatorRenderEventArgs Constructor (Graphics^, ToolStripSeparator^, Boolean)
.NET Framework (current version)
Initializes a new instance of the ToolStripSeparatorRenderEventArgs class.
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
Available since 2.0
Show: