Back to Devexpress

XtraTabPage.TooltipIconType Property

windowsforms-devexpress-dot-xtratab-dot-xtratabpage-53a7542b.md

latest2.6 KB
Original Source

XtraTabPage.TooltipIconType Property

Gets or sets the type of the tooltip icon to display in a regular tooltip.

Namespace : DevExpress.XtraTab

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(ToolTipIconType.None)]
public ToolTipIconType TooltipIconType { get; set; }
vb
<DefaultValue(ToolTipIconType.None)>
Public Property TooltipIconType As ToolTipIconType

Property Value

TypeDefaultDescription
ToolTipIconTypeNone

A ToolTipIconType enumeration value.

|

Available values:

NameDescription
Application

A tooltip contains the default application icon.

| | Asterisk |

A tooltip contains the system asterisk icon.

| | Error |

A tooltip contains the system error icon.

| | Exclamation |

A tooltip contains the system exclamation icon.

| | Hand |

A tooltip contains the system hand icon.

| | Information |

A tooltip contains the system information icon.

| | Question |

A tooltip contains the system question icon.

| | Warning |

A tooltip contains the system warning icon.

| | WindLogo |

A tooltip contains the Windows logo icon.

| | None |

A tooltip contains no predefined icon.

|

Remarks

You can assign a regular tooltip to a tab page via the XtraTabPage.Tooltip property. The TooltipIconType property allows you to insert one of predefined icons into the tooltip.

To learn more about tooltips for tab pages, see XtraTabPage.Tooltip.

See Also

ShowToolTips

ToolTipController

SuperTip

TooltipTitle

Tooltip

XtraTabPage Class

XtraTabPage Members

DevExpress.XtraTab Namespace