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


In This Topic
    PaintBackground Method (NTreeViewExRenderer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function PaintBackground( _
       ByVal node As NTreeNode, _
       ByVal context As NTreeViewExPaintContext _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NTreeViewExRenderer
    Dim node As NTreeNode
    Dim context As NTreeViewExPaintContext
    Dim value As System.Boolean
     
    value = instance.PaintBackground(node, context)
    public virtual System.bool PaintBackground( 
       NTreeNode node,
       NTreeViewExPaintContext context
    )

    Parameters

    node
    context
    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