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


"

The following tables list the members exposed by UserDrawnNodeEventArgs.

"

Public Constructors

 NameDescription
public ConstructorUserDrawnNodeEventArgs ConstructorInitializes a new instance of the class.  
Top

Public Properties

 NameDescription
public PropertyGraphicsA handle to the graphics object responsible for drawing the node. Through the e.Graphics object the developer has access to the GDI+ methods for drawing objects to a display device.  
public PropertyNodeItemThe dbiNodeItem that will be drawn  
public PropertyPaintNodeDetermines 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.  
public PropertyRectA rectangle representing the area being painted in the control.  
Top

See Also