Back to Devexpress

XtraMdiTabPage.SuperTip Property

windowsforms-devexpress-dot-xtratabbedmdi-dot-xtramditabpage-82b6e196.md

latest2.6 KB
Original Source

XtraMdiTabPage.SuperTip Property

Gets or sets a SuperToolTip for the current XtraMdiTabPage object.

Namespace : DevExpress.XtraTabbedMdi

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 associated with the current XtraMdiTabPage object.

|

Remarks

Tooltips are displayed when hovering over tab page headers. Tooltips are not displayed if the manager’s XtraTabbedMdiManager.ShowToolTips property is set to the DefaultBoolean.False value.

Tab pages support regular tooltips and SuperToolTip objects. The SuperTip property allows you to assign a SuperToolTip object to the tab page. A regular hint can be specified via the XtraMdiTabPage.Tooltip property.

The XtraTabbedMdiManager.ToolTipController property determines the ToolTipController which manages tooltips for the tab pages. The type of tooltips displayed by tab pages is determined by the ToolTipController.ToolTipType property.

See Also

Tooltip

ToolTipController

Hints and Tooltips

XtraMdiTabPage Class

XtraMdiTabPage Members

DevExpress.XtraTabbedMdi Namespace