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


In This Topic
    RenderButton Method
    In This Topic
    Renders a scrollbar button.
    Syntax
    'Declaration
     
    
    Public Overridable Sub RenderButton( _
       ByVal g As System.Drawing.Graphics, _
       ByVal button As NScrollBarButtonElement _
    ) 
    'Usage
     
    
    Dim instance As NScrollBarElementRenderer
    Dim g As System.Drawing.Graphics
    Dim button As NScrollBarButtonElement
     
    instance.RenderButton(g, button)
    public virtual void RenderButton( 
       System.Drawing.Graphics g,
       NScrollBarButtonElement button
    )

    Parameters

    g
    The graphics surface to paint onto.
    button
    The scrollbar button 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