ToolTipControllerShowEventArgs.ToolTipStyle Property
Gets or sets the look-and-feel settings of the regular tooltip displayed.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public ToolTipStyle ToolTipStyle { get; set; }
#Property Value
Type | Description |
---|---|
Tool |
A Tool |
Available values:
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 Tool |
Windows |
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.