Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeListHeaderRenderer Class / PaintColumnVerticalLine Method
The bottom coordinate where the line should end.


In This Topic
    PaintColumnVerticalLine Method
    In This Topic
    Paints a vertical line, part of a grid, using the provided context.
    Syntax
    'Declaration
     
    
    Public Overridable Sub PaintColumnVerticalLine( _
       ByVal context As NTreeListPaintContext, _
       ByVal bottom As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NTreeListHeaderRenderer
    Dim context As NTreeListPaintContext
    Dim bottom As System.Integer
     
    instance.PaintColumnVerticalLine(context, bottom)
    public virtual void PaintColumnVerticalLine( 
       NTreeListPaintContext context,
       System.int bottom
    )

    Parameters

    context
    bottom
    The bottom coordinate where the line should end.
    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