dbicList Send comments on this topic.
PaintNode Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > UserDrawnNodeEventArgs Class : PaintNode Property

Determines if the internal routines of the control should draw the node. When the PaintNode property is set to False the control does not execute its internal paint routine and the developer has control over the painting of the node.

Syntax

Visual Basic (Declaration) 
Public Property PaintNode As Boolean
C# 
public bool PaintNode {get; set;}

Property Value

boolean

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also