windowsforms-devexpress-dot-xtragauges-dot-win-dot-base-dot-optionstooltip.md
Gets or sets the tooltip icon type.
Namespace : DevExpress.XtraGauges.Win.Base
Assembly : DevExpress.XtraGauges.v25.2.Win.dll
NuGet Package : DevExpress.Win.Gauges
[DefaultValue(ToolTipIconType.None)]
[XtraSerializableProperty]
public ToolTipIconType TooltipIconType { get; set; }
<XtraSerializableProperty>
<DefaultValue(ToolTipIconType.None)>
Public Property TooltipIconType As ToolTipIconType
| Type | Default | Description |
|---|---|---|
| ToolTipIconType | None |
A ToolTipIconType value.
|
Available values:
| Name | Description |
|---|---|
| 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.
|
You can access this nested property as listed below:
| Object Type | Path to TooltipIconType |
|---|---|
| BaseGaugeWin |
.OptionsToolTip .TooltipIconType
|
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