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

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.v19.2.dll

Declaration

public ToolTipAnchor GetToolTipAnchor(
    Control control
)

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.

See Also