| Visual Basic (Declaration) | |
|---|---|
Public Event UserDrawnAdvancedTip As dbiSlide.EventUserDrawnAdvancedTipHandler | |
| C# | |
|---|---|
public event dbiSlide.EventUserDrawnAdvancedTipHandler UserDrawnAdvancedTip | |
The event handler receives an argument of type UserDrawnAdvancedTipEventArgs containing data related to this event. The following UserDrawnAdvancedTipEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Font | Returns the Font used to calculate the dimensions of the current tool tip. |
| Graphics | A handle to the Graphics object responsible for the drawing. |
| PaintTip | Determines if the default painting routines will be used or not. |
| Rect | The rectangle representing the size and location of the tool tip. |
| Text | Returns the text to be displayed within the current tool tip. |
This event can be used to override the painting routines of the tip, allowing the developer maximum control over th drawing and display of the tip.