Back to Devexpress

DocumentViewerBase.TooltipBackColor Property

windowsforms-devexpress-dot-documentview-dot-controls-dot-documentviewerbase-29c1339b.md

latest1.8 KB
Original Source

DocumentViewerBase.TooltipBackColor Property

Specifies the background color of all tooltips in the DocumentViewer.

Namespace : DevExpress.DocumentView.Controls

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DXCategory("Appearance")]
public Color TooltipBackColor { get; set; }
vb
<DXCategory("Appearance")>
Public Property TooltipBackColor As Color

Property Value

TypeDescription
Color

A Color structure, specifying the background color of the tooltips.

|

Remarks

For example, these tooltips are shown when the mouse pointer hovers over the buttons of a Document Viewer’s toolbar (if the DocumentViewerBase.ShowToolTips property is enabled).

See Also

ShowToolTips

DocumentViewerBase Class

DocumentViewerBase Members

DevExpress.DocumentView.Controls Namespace