Back to Devexpress

EditorButton.ToolTipAnchor Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-editorbutton-8d0539bd.md

latest1.8 KB
Original Source

EditorButton.ToolTipAnchor Property

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

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(ToolTipAnchor.Default)]
[DXCategory("ToolTip")]
public ToolTipAnchor ToolTipAnchor { get; set; }
vb
<DefaultValue(ToolTipAnchor.Default)>
<DXCategory("ToolTip")>
Public Property ToolTipAnchor As ToolTipAnchor

Property Value

TypeDefaultDescription
DevExpress.Utils.ToolTipAnchorDefault

A DevExpress.Utils.ToolTipAnchor value that specifies whether the tooltip is anchored relative to the mouse pointer or the button. By Default , the behavior depends on the ToolTipController.ToolTipAnchor property.

|

Remarks

The ToolTipAnchor property overrides the ToolTipController.ToolTipAnchor property for the current button.

See Also

ToolTipAnchor

EditorButton Class

EditorButton Members

DevExpress.XtraEditors.Controls Namespace