Back to Devexpress

BaseControl.ToolTipAnchor Property

windowsforms-devexpress-dot-xtraeditors-dot-basecontrol-b6fd033e.md

latest1.2 KB
Original Source

BaseControl.ToolTipAnchor Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(ToolTipAnchor.Default)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual ToolTipAnchor ToolTipAnchor { get; set; }
vb
<DefaultValue(ToolTipAnchor.Default)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property ToolTipAnchor As ToolTipAnchor

Property Value

TypeDefault
DevExpress.Utils.ToolTipAnchorDefault

See Also

BaseControl Class

BaseControl Members

DevExpress.XtraEditors Namespace