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


"

The following tables list the members exposed by UserDrawnFooterEventArgs.

"

Public Constructors

 NameDescription
public ConstructorUserDrawnFooterEventArgs 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 PropertyPaintFooterDetermines if the internal painting routines should draw the footer of the tooltip.  
public PropertyRectA rectangle representing the area being painted in the control.  
public PropertyToolTipsThe dbiTipsObject that will be displayed.  
Top

See Also