ToolStripArrowRenderEventArgs Constructor

Definitie

Initialiseert een nieuw exemplaar van de ToolStripArrowRenderEventArgs klasse.

public:
 ToolStripArrowRenderEventArgs(System::Drawing::Graphics ^ g, System::Windows::Forms::ToolStripItem ^ toolStripItem, System::Drawing::Rectangle arrowRectangle, System::Drawing::Color arrowColor, System::Windows::Forms::ArrowDirection arrowDirection);
public ToolStripArrowRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem toolStripItem, System.Drawing.Rectangle arrowRectangle, System.Drawing.Color arrowColor, System.Windows.Forms.ArrowDirection arrowDirection);
public ToolStripArrowRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem? toolStripItem, System.Drawing.Rectangle arrowRectangle, System.Drawing.Color arrowColor, System.Windows.Forms.ArrowDirection arrowDirection);
new System.Windows.Forms.ToolStripArrowRenderEventArgs : System.Drawing.Graphics * System.Windows.Forms.ToolStripItem * System.Drawing.Rectangle * System.Drawing.Color * System.Windows.Forms.ArrowDirection -> System.Windows.Forms.ToolStripArrowRenderEventArgs
Public Sub New (g As Graphics, toolStripItem As ToolStripItem, arrowRectangle As Rectangle, arrowColor As Color, arrowDirection As ArrowDirection)

Parameters

g
Graphics

De afbeeldingen die worden gebruikt om de ToolStrip pijl te schilderen.

toolStripItem
ToolStripItem

Het ToolStripItem teken waarop de pijl moet worden geschilderd.

arrowRectangle
Rectangle

Het begrenzingsgebied van de ToolStrip pijl.

arrowColor
Color

De kleur van de ToolStrip pijl.

arrowDirection
ArrowDirection

De richting waarin de ToolStrip pijl wijst.

Uitzonderingen

Van toepassing op