Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.TreeView Namespace / Node Class / PaintNode Method
A reference to a Xceed.SmartUI.SmartPaint object providing the theme-sensitive functionalities required to draw the node.
The bounds within which to paint the node.


    PaintNode Method
    Paints the node.
    Syntax
    'Declaration
     
    Protected Sub PaintNode( _
       ByVal smartPaint As SmartPaint, _
       ByVal bounds As Rectangle _
    ) 
     
    'Usage
     
    Dim instance As Node
    Dim smartPaint As SmartPaint
    Dim bounds As Rectangle
     
    instance.PaintNode(smartPaint, bounds)

    Parameters

    smartPaint
    A reference to a Xceed.SmartUI.SmartPaint object providing the theme-sensitive functionalities required to draw the node.
    bounds
    The bounds within which to paint the node.
    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