A newer version of this page is available.
Switch to the current version.
ToolTipController.ShowHint(ToolTipControllerShowEventArgs) Method
Displays a hint relative to the mouse cursor using specified settings.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v19.1.dll
Declaration
public void ShowHint(
ToolTipControllerShowEventArgs eShow
)
Public Sub ShowHint(
eShow As ToolTipControllerShowEventArgs
)
Parameters
Name | Type | Description |
---|---|---|
eShow | ToolTipControllerShowEventArgs | A ToolTipControllerShowEventArgs object specifying settings for displaying tooltips. |
Remarks
The tooltip is displayed relative to the mouse cursor using settings provided by the eShow parameter. Tooltip text is specified by the ToolTipControllerShowEventArgs.ToolTip property.
The method invokes the ToolTipController.BeforeShow and ToolTipController.CalcSize events before displaying the hint.
See Also
Feedback