ToolStripGripRenderEventArgs(Graphics, ToolStrip) Constructor

Definition

Initializes a new instance of the ToolStripGripRenderEventArgs class.

public:
 ToolStripGripRenderEventArgs(System::Drawing::Graphics ^ g, System::Windows::Forms::ToolStrip ^ toolStrip);
public ToolStripGripRenderEventArgs (System.Drawing.Graphics g, System.Windows.Forms.ToolStrip toolStrip);
new System.Windows.Forms.ToolStripGripRenderEventArgs : System.Drawing.Graphics * System.Windows.Forms.ToolStrip -> System.Windows.Forms.ToolStripGripRenderEventArgs
Public Sub New (g As Graphics, toolStrip As ToolStrip)

Parameters

g
Graphics

The Graphics object used to paint the move handle.

toolStrip
ToolStrip

The ToolStrip the move handle is to be drawn on.

Applies to