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

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

Syntax

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

Property Value

Color

Remarks

This property requires the ButtonFillTypeOver to be set to something other than Solid.

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

Requirements

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

See Also