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


"

For a list of all members of this type, see UserDrawnCellEventArgs members.

"

Public Properties

 NameDescription
public PropertyColumnIndexThe zero-based index of the dbiColumnItem where the cell is being drawn.  
public PropertyColumnItemThe dbiColumnItem where the cell is being drawn.  
public PropertyGraphicsA handle to the graphics object responsible for drawing the cell. Through the e.Graphics object the developer has access to the GDI+ methods for drawing objects to a display device.  
public PropertyNodeItemThe dbiNodeItem that contains the cell being drawn.  
public PropertyPaintCellDetermines if the internal routines of the control should draw the cell. When the PaintCell property is set to False the control does not execute its internal paint routine and the developer has control over the painting of the cell.  
public PropertyRectA rectangle representing the area being painted in the control.  
Top

See Also