Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TabFormPage.SuperTip Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public virtual SuperToolTip SuperTip { get; set; }

#Property Value

Type Description
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.

TabFormPage_RegularToolTip

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.

TabFormPage_Supertip_Properties TabFormPage_SuperTip

The result is shown in the figure below.

TabFormPage_SuperToolTip

See Also