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


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

    Parameters

    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