Share via


ToolStripArrowRenderEventArgs Oluşturucu

Tanım

ToolStripArrowRenderEventArgs sınıfının yeni bir örneğini başlatır.

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)

Parametreler

g
Graphics

Oku boyamak ToolStrip için kullanılan grafikler.

toolStripItem
ToolStripItem

Okun ToolStripItem boyandığı yer.

arrowRectangle
Rectangle

Okun sınırlayıcı alanı ToolStrip .

arrowColor
Color

Okun rengi ToolStrip .

arrowDirection
ArrowDirection

Okun işaret ettiği ToolStrip yön.

Özel durumlar

g null değeridir.

Şunlara uygulanır