Condividi tramite


ToolStripArrowRenderEventArgs Costruttore

Definizione

Inizializza una nuova istanza della classe ToolStripArrowRenderEventArgs.

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)

Parametri

g
Graphics

Grafica utilizzata per disegnare la freccia ToolStrip.

toolStripItem
ToolStripItem

Oggetto ToolStripItem sul quale disegnare la freccia.

arrowRectangle
Rectangle

Area che delimita la freccia ToolStrip.

arrowColor
Color

Colore della freccia ToolStrip.

arrowDirection
ArrowDirection

Direzione della freccia ToolStrip.

Eccezioni

Si applica a