Back to Devexpress

OptionsToolTip.TooltipIconType Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-base-dot-optionstooltip.md

latest3.2 KB
Original Source

OptionsToolTip.TooltipIconType Property

Gets or sets the tooltip icon type.

Namespace : DevExpress.XtraGauges.Win.Base

Assembly : DevExpress.XtraGauges.v25.2.Win.dll

NuGet Package : DevExpress.Win.Gauges

Declaration

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

Property Value

TypeDefaultDescription
ToolTipIconTypeNone

A ToolTipIconType 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.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to TooltipIconType
BaseGaugeWin

.OptionsToolTip .TooltipIconType

|

Remarks

The TooltipIconType property specifies the type of icon to display within tooltips for the current gauge.

Use the OptionsToolTip.Tooltip or OptionsToolTip.TooltipFormat property to specify a tooltip’s text. The GaugeControl.ShowToolTips property must be set to true for tooltips to be displayed.

See Also

ShowToolTips

Tooltip

TooltipFormat

TooltipTitle

TooltipTitleFormat

OptionsToolTip Class

OptionsToolTip Members

DevExpress.XtraGauges.Win.Base Namespace