Skip to main content

ToolTipController Events

Provides tooltip management for individual controls.
Name Description
BeforeShow Fires when a tooltip is about to be displayed. Allows you to dynamically specify the tooltip text, image, and appearance settings.
CalcSize Enables you to specify the position and size of the tooltip window.
CustomDraw 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.
GetActiveObjectInfo Allows you to display custom tooltips for any UI element of a control that implements the DevExpress.Utils.IToolTipControlClient interface.
HyperlinkClick Occurs when a user clicks a hyperlink within a control’s tooltip or super tooltip.
See Also