'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