Back to Devexpress

Document.SuperTip Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-document-09c71d5d.md

latest1.9 KB
Original Source

Document.SuperTip Property

Gets or sets a super tool-tip for this Document.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual SuperToolTip SuperTip { get; set; }
vb
Public Overridable Property SuperTip As SuperToolTip

Property Value

TypeDescription
SuperToolTip

A SuperToolTip object assigned to this Document.

|

Remarks

The figure below illustrates a sample super tool-tip for a widget document.

If you need a simple text hint, use the Document.ToolTip property instead. See the Hints and Tooltips topic for complete info about tool-tips.

See Also

Hints and Tooltips

Document Class

Document Members

DevExpress.XtraBars.Docking2010.Views.Widget Namespace