Back to Devexpress

XtraMdiTabPage.Tooltip Property

windowsforms-devexpress-dot-xtratabbedmdi-dot-xtramditabpage-23c874c6.md

latest2.8 KB
Original Source

XtraMdiTabPage.Tooltip Property

Gets or sets a regular tooltip for the tab page.

Namespace : DevExpress.XtraTabbedMdi

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual string Tooltip { get; set; }
vb
Public Overridable Property Tooltip As String

Property Value

TypeDescription
String

A String value which specifies a regular tooltip for the tab page.

|

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 XtraMdiTabPage.SuperTip property allows you to assign a SuperToolTip object to the tab page. A regular hint can be specified via the Tooltip property.

You can also display a title and an icon within regular tooltips. To do this, use the XtraMdiTabPage.TooltipTitle and XtraMdiTabPage.TooltipIconType properties.

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

ShowToolTips

SuperTip

TooltipTitle

TooltipIconType

XtraMdiTabPage Class

XtraMdiTabPage Members

DevExpress.XtraTabbedMdi Namespace