dbicTips Send comments on this topic.
UserDrawnHeaderEventArgs Class Members
See Also  Properties 
dbicTips Assembly > Dbi.WinControl.Tips Namespace : UserDrawnHeaderEventArgs Class


"

The following tables list the members exposed by UserDrawnHeaderEventArgs.

"

Public Constructors

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

Public Properties

 NameDescription
public PropertyControlThe control that triggered the tooltip.  
public PropertyGraphicsA handle to the graphics object responsible for drawing.  
public PropertyPaintHeaderDetermines if the internal painting routines should draw the header of the tooltip.  
public PropertyRectA rectangle representing the area being painted in the control.  
public PropertyToolTipsThe dbiTipsObject that will be displayed.  
Top

See Also