Skip to main content
A newer version of this page is available. .

AppMenuFileLabel.ImageToolTipIconType Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("ToolTip")]
[DefaultValue(ToolTipIconType.None)]
public virtual ToolTipIconType ImageToolTipIconType { get; set; }

Property Value

Type Default Description
ToolTipIconType **None**

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

A tooltip contains the Windows logo icon.

None

A tooltip contains no predefined icon.

Remarks

You can assign a regular tooltip to a check button via the AppMenuFileLabel.ImageToolTip property. The ImageToolTipIconType property allows you to insert one of predefined icons into the tooltip.

To learn more about tooltips for check buttons, see AppMenuFileLabel.ImageToolTip.

See Also