ToolStripArrowRenderEventArgs Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

g
Graphics

Gráficos usados para pintar la ToolStrip flecha.

toolStripItem
ToolStripItem

en ToolStripItem el que se va a pintar la flecha.

arrowRectangle
Rectangle

Área delimitador de la ToolStrip flecha.

arrowColor
Color

Color de la ToolStrip flecha.

arrowDirection
ArrowDirection

Dirección en la que apunta la ToolStrip flecha.

Excepciones

Se aplica a