TabFormPage.SuperTip Property
Gets or sets a SuperToolTip for the current tab form page.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.
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.