Skip to main content
A newer version of this page is available. .

ToolTipController Events

Provides tooltip management for individual controls.
Name Description
BeforeShow Enables you to customize the text and settings of the tooltip before displaying it onscreen.
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 provide custom tooltips for any element of a control that implements the DevExpress.Utils.IToolTipControlClient interface.
HyperlinkClick Occurs when an end-user clicks a hyperlink within a control’s tool-tip or super tool-tip.
See Also