Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ToolTipStyle Enum

In This Article

Enumerates paint styles for tooltips.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v24.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

#Declaration

public enum ToolTipStyle

#Members

Name Description
Default

The style of regular tooltips is automatically determined by the Windows OS and currently selected Windows theme. In Windows Vista and Windows 7, if no classic Windows theme is applied, tooltips are painted using the ToolTipStyle.Windows7 style. In other cases, tooltips are painted using the ToolTipStyle.WindowsXP style.

WindowsXP

Regular tooltips are painted as those in Windows XP.

ToolTipStyle-WindowsXP

Windows7

Regular tooltips are painted as those in Windows 7 (this style is in effect when a program runs under Windows Vista or Windows 7, provided that no classic Windows theme is applied).

ToolTipStyle-Windows7

See Also