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

Gets or sets the color used to paint the arrow in the navigation buttons in a down state.

Syntax

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

Property Value

Color

Remarks

If this property is set to a value of Empty, the ButtonArrowColor will be used instead.

Requirements

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

See Also