'Declaration
Public Event RenderArrow As System.Windows.Forms.ToolStripArrowRenderEventHandler
'Usage
Dim instance As NToolStripSkinRenderer Dim handler As System.Windows.Forms.ToolStripArrowRenderEventHandler AddHandler instance.RenderArrow, handler
public event System.Windows.Forms.ToolStripArrowRenderEventHandler RenderArrow
Event Data
The event handler receives an argument of type System.Windows.Forms.ToolStripArrowRenderEventArgs containing data related to this event. The following ToolStripArrowRenderEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ArrowColor | Gets or sets the color of the System.Windows.Forms.ToolStrip arrow. |
ArrowRectangle | Gets or sets the bounding area of the System.Windows.Forms.ToolStrip arrow. |
Direction | Gets or sets the direction in which the System.Windows.Forms.ToolStrip arrow points. |
Graphics | Gets the graphics used to paint the System.Windows.Forms.ToolStrip arrow. |
Item | Gets the System.Windows.Forms.ToolStripItem on which to paint the arrow. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also