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


"

The following tables list the members exposed by UserDrawnColumnHeaderEventArgs.

"

Public Constructors

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

Public Properties

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

See Also