Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeViewExRenderer Class / PaintBody Method


In This Topic
    PaintBody Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function PaintBody( _
       ByVal tree As NTreeViewEx, _
       ByVal g As System.Drawing.Graphics, _
       ByVal bounds As NRectangle _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NTreeViewExRenderer
    Dim tree As NTreeViewEx
    Dim g As System.Drawing.Graphics
    Dim bounds As NRectangle
    Dim value As System.Boolean
     
    value = instance.PaintBody(tree, g, bounds)
    public virtual System.bool PaintBody( 
       NTreeViewEx tree,
       System.Drawing.Graphics g,
       NRectangle bounds
    )

    Parameters

    tree
    g
    bounds
    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