ToolTipController Events
A tooltip controller for individual UI controls.
Name | Description |
---|---|
Before |
Fires when a tooltip is about to be displayed. Allows you to dynamically specify the tooltip text, image, and appearance settings. |
Calc |
Enables you to specify the position and size of the tooltip window. |
Custom |
Enables a tooltip’s window to be custom painted. |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
Get |
Allows you to display custom tooltips for any UI element of a control that implements the DevExpress. interface.
|
Hyperlink |
Occurs when a user clicks a hyperlink within a control’s tooltip or super tooltip. |
See Also