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

Gets or sets the color used to paint the arrow in the navigation buttons when the mouse is over them.

Syntax

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