windowsforms-devexpress-dot-xtrabars-dot-tabformpage-03fff533.md
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
public virtual SuperToolTip SuperTip { get; set; }
Public Overridable Property SuperTip As SuperToolTip
| Type | Description |
|---|---|
| SuperToolTip |
A SuperToolTip object associated with the current tab form page.
|
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