Back to Devexpress

BaseLayoutItemOptionsToolTip.IconToolTipIconType Property

windowsforms-devexpress-dot-xtralayout-dot-baselayoutitemoptionstooltip-756804a2.md

latest2.9 KB
Original Source

BaseLayoutItemOptionsToolTip.IconToolTipIconType Property

Gets or sets the type of the icon for the tooltip that is displayed when the mouse cursor hovers over the layout item’s image.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(ToolTipIconType.None)]
[XtraSerializableProperty]
public ToolTipIconType IconToolTipIconType { get; set; }
vb
<XtraSerializableProperty>
<DefaultValue(ToolTipIconType.None)>
Public Property IconToolTipIconType 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 IconToolTipIconType
BaseLayoutItem

.OptionsToolTip .IconToolTipIconType

|

Remarks

The IconToolTipIconType property is in effect when the BaseLayoutItemOptionsToolTip.IconToolTip property is not set to an empty string. See the BaseLayoutItemOptionsToolTip.IconToolTip topic to learn more.

See Also

IconToolTip

BaseLayoutItemOptionsToolTip Class

BaseLayoutItemOptionsToolTip Members

DevExpress.XtraLayout Namespace