Skip to main content
A newer version of this page is available. .
Bar

TabFormPage.SuperTip Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

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