A newer version of this page is available.
Switch to the current version.
ToolTipController.ShowHint(String, String, ToolTipLocation) Method
Displays a hint with the specified text and title relative to the mouse cursor's position.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v19.1.dll
Declaration
public void ShowHint(
string toolTip,
string title,
ToolTipLocation toolTipLocation
)
Public Sub ShowHint(
toolTip As String,
title As String,
toolTipLocation As ToolTipLocation
)
Parameters
Name | Type | Description |
---|---|---|
toolTip | String | A string that represents a tooltip's text. |
title | String | A string that represents a tooltip's title. |
toolTipLocation | ToolTipLocation | The position relative to the specified control at which the tooltip should be displayed. |
Remarks
The tooltip is displayed using the current ToolTipController settings.
This method invokes the ToolTipController.BeforeShow and ToolTipController.CalcSize events before displaying the hint.
See Also
Feedback