Back to Devexpress

AppMenuFileLabel.SelectedImageToolTipIconType Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-appmenufilelabel-ad3eff98.md

latest2.4 KB
Original Source

AppMenuFileLabel.SelectedImageToolTipIconType Property

Gets or sets the type of the tooltip icon to display in a regular tooltip for a check button, when the button in the checked state.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(ToolTipIconType.None)]
[DXCategory("ToolTip")]
public virtual ToolTipIconType SelectedImageToolTipIconType { get; set; }
vb
<DXCategory("ToolTip")>
<DefaultValue(ToolTipIconType.None)>
Public Overridable Property SelectedImageToolTipIconType 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

The SelectedImageToolTipIconType property works together with the AppMenuFileLabel.SelectedImageToolTip property.

See Also

ImageOptionsCollection

AppMenuFileLabel Class

AppMenuFileLabel Members

DevExpress.XtraBars.Ribbon Namespace