Back to Devexpress

XtraTabPage.Tooltip Property

windowsforms-devexpress-dot-xtratab-dot-xtratabpage-4ecbb101.md

latest3.0 KB
Original Source

XtraTabPage.Tooltip Property

Gets or sets a regular tooltip for the tab page.

Namespace : DevExpress.XtraTab

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue("")]
public virtual string Tooltip { get; set; }
vb
<DefaultValue("")>
Public Overridable Property Tooltip As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value which specifies the regular tooltip for the tab page.

|

Remarks

A regular tooltip or SuperToolTip can be displayed for a tab page header. The Tooltip property allows you to specify a regular tooltip. The XtraTabPage.SuperTip property can be used to assign a SuperToolTip object to the page.

A regular tooltip is shown below:

You can also display a title and an icon within regular tooltips. To do this, use the XtraTabPage.TooltipTitle and XtraTabPage.TooltipIconType properties.

Tooltips are not displayed if the tab control’s XtraTabControl.ShowToolTips property is set to the DefaultBoolean.False value.

The XtraTabControl.ToolTipController property determines the ToolTipController, which manages tooltips for the control. The type of tooltips displayed by the control is determined by the ToolTipController.ToolTipType property.

See Hints and Tooltips for more information.

See Also

ShowToolTips

ToolTipController

SuperTip

TooltipTitle

TooltipIconType

XtraTabPage Class

XtraTabPage Members

DevExpress.XtraTab Namespace