Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeViewRenderer Class / DrawNodeBorder Method


In This Topic
    DrawNodeBorder Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub DrawNodeBorder( _
       ByVal g As System.Drawing.Graphics, _
       ByVal r As System.Drawing.Rectangle _
    ) 
    'Usage
     
    
    Dim instance As NTreeViewRenderer
    Dim g As System.Drawing.Graphics
    Dim r As System.Drawing.Rectangle
     
    instance.DrawNodeBorder(g, r)
    protected virtual void DrawNodeBorder( 
       System.Drawing.Graphics g,
       System.Drawing.Rectangle r
    )

    Parameters

    g
    r
    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