Back to Devexpress

ToolTipController.ToolTipStyle Property

windowsforms-devexpress-dot-utils-dot-tooltipcontroller-aca03661.md

latest2.5 KB
Original Source

ToolTipController.ToolTipStyle Property

Gets or sets the look-and-feel of regular tooltips.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[DefaultValue(ToolTipStyle.Default)]
[DXCategory("ToolTip")]
[EditorBrowsable(EditorBrowsableState.Never)]
public ToolTipStyle ToolTipStyle { get; set; }
vb
<DefaultValue(ToolTipStyle.Default)>
<DXCategory("ToolTip")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property ToolTipStyle As ToolTipStyle

Property Value

TypeDefaultDescription
ToolTipStyleDefault

A ToolTipStyle value that specifies the look-and-feel of regular tooltips.

|

Available values:

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

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

|

Remarks

This property is not supported.

See Also

ToolTipType

ToolTipController Class

ToolTipController Members

DevExpress.Utils Namespace