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

BaseButton.ToolTipAnchor Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DefaultValue(ToolTipAnchor.Default)]
[Browsable(true)]
[DXCategory("ToolTip")]
public override ToolTipAnchor ToolTipAnchor { get; set; }

Property Value

Type Default Description
DevExpress.Utils.ToolTipAnchor **Default**

A DevExpress.Utils.ToolTipAnchor value that specifies whether the tooltip is anchored relative to the mouse pointer or the button.

See Also