ToolTipController.GetToolTipAnchor(Control) Method
Gets whether the tooltip associated with the specified control is anchored relative to the mouse pointer or the owning control.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
control | Control | The control from which to retrieve how the associated tooltip is anchored. |
Returns
Type | Description |
---|---|
DevExpress.Utils.ToolTipAnchor | A ToolTipAnchor value that specifies how the tooltip associated with the specified control is anchored. |
Remarks
For controls which do not implement the DevExpress.Utils.IToolTipControlClient interface, the ToolTipController.SetToolTipAnchor and GetToolTipAnchor methods allows you to specify how the associated tooltip is anchored.
Note
The following methods are only in effect for controls which do not implement the DevExpress.Utils.IToolTipControlClient interface: ToolTipController.SetSuperTip, ToolTipController.GetSuperTip, ToolTipController.SetToolTip, ToolTipController.GetToolTip, ToolTipController.SetTitle, ToolTipController.GetTitle, ToolTipController.SetToolTipIconType,ToolTipController.GetToolTipIconType,ToolTipController.SetToolTipAnchor,ToolTipController.GetToolTipAnchor
,ToolTipController.SetAllowHtmlText andToolTipController.GetAllowHtmlText
methods.
See the ToolTipController topic for more information.