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.v18.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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ToolTipIconSize enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also