Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NScrollBarElementRenderer Class / RenderShaft Method
The graphics surface to paint onto.
The scrollbar element which requests the painting.


In This Topic
    RenderShaft Method (NScrollBarElementRenderer)
    In This Topic
    Renders the shaft portion of the scrollbar.
    Syntax
    'Declaration
     
    
    Public Overridable Sub RenderShaft( _
       ByVal g As System.Drawing.Graphics, _
       ByVal element As NScrollBarElement _
    ) 
    'Usage
     
    
    Dim instance As NScrollBarElementRenderer
    Dim g As System.Drawing.Graphics
    Dim element As NScrollBarElement
     
    instance.RenderShaft(g, element)
    public virtual void RenderShaft( 
       System.Drawing.Graphics g,
       NScrollBarElement element
    )

    Parameters

    g
    The graphics surface to paint onto.
    element
    The scrollbar element which requests the painting.
    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