ToolStripArrowRenderEventArgs Constructeur

Définition

Initialise une nouvelle instance de la 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)

Paramètres

g
Graphics

Graphiques utilisés pour peindre la flèche ToolStrip.

toolStripItem
ToolStripItem

ToolStripItem sur lequel peindre la flèche.

arrowRectangle
Rectangle

Zone englobante de la flèche ToolStrip.

arrowColor
Color

Couleur de la flèche ToolStrip.

arrowDirection
ArrowDirection

Direction dans laquelle la flèche ToolStrip pointe.

Exceptions

g a la valeur null.

S’applique à