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

Gets or sets the secondary color to paint the navigation buttons when in a down state.

Syntax

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

Property Value

Color

Remarks

This property requires the ButtonFillTypeDown 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