Back to Devexpress

TabFormPage.SuperTip Property

windowsforms-devexpress-dot-xtrabars-dot-tabformpage-03fff533.md

latest2.2 KB
Original Source

TabFormPage.SuperTip Property

Gets or sets a SuperToolTip for the current tab form page.

Namespace : DevExpress.XtraBars

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 tab form page.

|

Remarks

If the TabFormControlBase.ShowToolTips setting is enabled, tab form pages display hints to end-users. A hint is displayed when a tab is hovered over with the mouse pointer. See the figure below.

By default, hints contain page captions specified using the TabFormPage.Text property. This may be useful if a caption is not visible in its entirety within a tab, as in the figure above. However, you can specify a custom SuperToolTip for the current tab form page using the SuperTip property.

The result is shown in the figure below.

See Also

ShowToolTips

TabFormPage Class

TabFormPage Members

DevExpress.XtraBars Namespace