Back to Devexpress

ToolTipControllerShowEventArgs.ToolTipAnchor Property

windowsforms-devexpress-dot-utils-dot-tooltipcontrollershoweventargs-a9a42f6a.md

latest2.4 KB
Original Source

ToolTipControllerShowEventArgs.ToolTipAnchor Property

Gets or sets whether the tooltip is anchored relative to the mouse pointer or relative to the editor.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public ToolTipAnchor ToolTipAnchor { get; set; }
vb
Public Property ToolTipAnchor As ToolTipAnchor

Property Value

TypeDescription
DevExpress.Utils.ToolTipAnchor

A DevExpress.Utils.ToolTipAnchor value that specifies whether the tooltip is anchored relative to the mouse pointer or relative to the owning control. By Default , the behavior depends on the ToolTipController.ToolTipAnchor property and the owning control’s ToolTipAnchor setting.

|

Remarks

Use the ToolTipAnchor property to specify whether the tooltip is aligned according to the ToolTipController.ToolTipLocation setting relative to the mouse cursor or the owning control. This event argument overrides the default behavior specified by the owning control’s ToolTipAnchor and ToolTipController‘s ToolTipController.ToolTipAnchor properties.

See Also

ToolTipController.ToolTipAnchor

ToolTipLocation

BaseEdit.ToolTipAnchor

BaseButton.ToolTipAnchor

ToolTipControllerShowEventArgs Class

ToolTipControllerShowEventArgs Members

DevExpress.Utils Namespace