ToolTipControllerCustomDrawEventArgs Properties
Provides data for the ToolTipController.CustomDraw event.| Name | Description |
|---|---|
| Bounds | Gets the bounding rectangle of the painted tooltip. |
| Cache | Gets an object which specifies the storage for the most used pens, fonts and brushes |
| Handled | Gets or sets whether an event was handled, if it was handled the default actions are not required. |
| ShowInfo | Gets an object which provides the information required to paint a tooltip. |
See Also