Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NToolStripSkinRenderer Class / RenderArrow Event


In This Topic
    RenderArrow Event
    In This Topic
    Syntax
    '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.

    PropertyDescription
    Gets or sets the color of the System.Windows.Forms.ToolStrip arrow.  
    Gets or sets the bounding area of the System.Windows.Forms.ToolStrip arrow.  
    Gets or sets the direction in which the System.Windows.Forms.ToolStrip arrow points.  
    Gets the graphics used to paint the System.Windows.Forms.ToolStrip arrow.  
    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