dbicDate Send comments on this topic.
ButtonBackColorOver Property
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > dbiDate Class : ButtonBackColorOver Property

Gets or sets the primary color to paint a navigation buttons when the mouse is over it.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ButtonBackColorOver As Color
C# 
public virtual Color ButtonBackColorOver {get; set;}

Property Value

Color

Remarks

If this property is assigned an empty color, the ButtonBackColor property will be used.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also