ToolStripArrowRenderEventArgs Konstruktor

Definition

Initialisiert eine neue Instanz der 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)

Parameter

g
Graphics

Die Zum Zeichnen des Pfeils ToolStrip verwendeten Grafiken.

toolStripItem
ToolStripItem

Der ToolStripItem Pfeil, auf dem der Pfeil färben soll.

arrowRectangle
Rectangle

Der Begrenzungsbereich des ToolStrip Pfeils.

arrowColor
Color

Die Farbe des Pfeils ToolStrip .

arrowDirection
ArrowDirection

Die Richtung, in der der ToolStrip Pfeil zeigt.

Ausnahmen

g ist NULL.

Gilt für: