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


In This Topic
    RenderGrip Event
    In This Topic
    Syntax
    'Declaration
     
    
    Public Event RenderGrip As System.Windows.Forms.ToolStripGripRenderEventHandler
    'Usage
     
    
    Dim instance As NToolStripSkinRenderer
    Dim handler As System.Windows.Forms.ToolStripGripRenderEventHandler
     
    AddHandler instance.RenderGrip, handler
    public event System.Windows.Forms.ToolStripGripRenderEventHandler RenderGrip
    Event Data

    The event handler receives an argument of type System.Windows.Forms.ToolStripGripRenderEventArgs containing data related to this event. The following ToolStripGripRenderEventArgs properties provide information specific to this event.

    PropertyDescription
    (Inherited from System.Windows.Forms.ToolStripRenderEventArgs)
    (Inherited from System.Windows.Forms.ToolStripRenderEventArgs)
    (Inherited from System.Windows.Forms.ToolStripRenderEventArgs)
    (Inherited from System.Windows.Forms.ToolStripRenderEventArgs)
    Gets the rectangle representing the area in which to paint the move handle.  
    Gets the style that indicates whether the move handle is displayed vertically or horizontally.  
    Gets the style that indicates whether or not the move handle is visible.  
    (Inherited from System.Windows.Forms.ToolStripRenderEventArgs)
    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