Back to Devexpress

XtraTabPage.SuperTip Property

windowsforms-devexpress-dot-xtratab-dot-xtratabpage-31002a3b.md

latest2.4 KB
Original Source

XtraTabPage.SuperTip Property

Gets or sets a SuperToolTip for the current tab page’s header.

Namespace : DevExpress.XtraTab

Assembly : DevExpress.XtraEditors.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 tab page.

|

Remarks

The XtraTabControl supports displaying regular tooltips and SuperToolTip objects for tab page headers. The SuperTip property allows you to assign a SuperToolTip object to a page header:

To specify a regular hint, use the XtraTabPage.Tooltip property. See Hints and Tooltips, to learn about the differences between the tooltip types.

Tooltips are not displayed if the tab control’s XtraTabControl.ShowToolTips property is set to the DefaultBoolean.False value.

The control’s XtraTabControl.ToolTipController property determines which ToolTipController manages tooltips for the control. The type of tooltips displayed by controls is determined by the ToolTipController.ToolTipType property.

See Also

Tooltip

Hints and Tooltips

XtraTabPage Class

XtraTabPage Members

DevExpress.XtraTab Namespace