A newer version of this page is available.
Switch to the current version.
ToolTipController.ToolTipStyle Property
Gets or sets the look-and-feel of regular tooltips.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v19.1.dll
Declaration
[DefaultValue(ToolTipStyle.Default)]
[DXCategory("ToolTip")]
public ToolTipStyle ToolTipStyle { get; set; }
<DefaultValue(ToolTipStyle.Default)>
<DXCategory("ToolTip")>
Public Property ToolTipStyle As ToolTipStyle
Property Value
Type | Default | Description |
---|---|---|
ToolTipStyle | Default |
A ToolTipStyle value that specifies the look-and-feel of regular tooltips. |
Remarks
You can provide regular tooltips and SuperToolTips for controls (see ToolTipController.ToolTipType). The ToolTipStyle property specifies the look-and-feel settings of regular tooltips. If the ToolTipStyle property is set to Default, tooltips' look-and-feel settings are determined automatically, according to the current OS and Windows theme applied. See ToolTipStyle to learn more.
See Also
Feedback