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

ToolTipController.IconType Property

OBSOLETE

This property is obsolete. Each BaseControl descendant has the BaseControl.ToolTipIconType property which can be used to specify the tooltip icon type for this editor. Thus it's possible to provide different icon types for different controls.

Gets or sets tooltip icon type.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Obsolete("This property is obsolete. Each BaseControl descendant has the BaseControl.ToolTipIconType property which can be used to specify the tooltip icon type for this editor. Thus it's possible to provide different icon types for different controls.")]
[Browsable(false)]
[DefaultValue(ToolTipIconType.None)]
public ToolTipIconType IconType { get; set; }

Property Value

Type Default Description
ToolTipIconType **None**

The ToolTipIconType enumerator.

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

This property is obsolete. Each BaseControl descendant has the BaseControl.ToolTipIconType property which can be used to specify the tooltip icon type for this editor. Thus it’s possible to provide different icon types for different controls.

See Also