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


"

The following tables list the members exposed by UserDrawnBodyEventArgs.

"

Public Constructors

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

See Also