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

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

Syntax

Visual Basic (Declaration) 
Public Overridable Property ButtonBackColorDown As Color
C# 
public virtual Color ButtonBackColorDown {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