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

ToolTipIconSize Enum

Specifies the size of a predefined icon displayed within a tooltip.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public enum ToolTipIconSize

Members

Name Description
Large

An icon displayed within a tooltip is large. The icon type can be selected via the ToolTipController.IconType property or can be specified in a handler of the ToolTipController.BeforeShow event via ToolTipControllerShowEventArgs.IconType property.

Small

An icon displayed within a tooltip is small. The icon type can be selected via the ToolTipController.IconType property or can be specified in a handler of the ToolTipController.BeforeShow event via ToolTipControllerShowEventArgs.IconType property.

Related API Members

The following properties accept/return ToolTipIconSize values:

Remarks

The ToolTipIconSize enumerator contains values specifying the sizes of predefined icon types displayed in tooltips. Use the members of this enumeration to set the value of the ToolTipController.IconSize property for the ToolTipController component.

Additionally, the enumerator’s values can be used to set the ToolTipControllerShowEventArgs.IconSize property when handling the ToolTipController.BeforeShow event.

See Also