dbicCalc Send comments on this topic.
ButtonBackColorDownTo Property
See Also 
dbicCalc Assembly > Dbi.WinControl.Calc Namespace > dbiCalc Class : ButtonBackColorDownTo Property

Gets or sets the secondary backcolor for the calculator buttons when in a down state.

Syntax

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

Property Value

Color

Remarks

If this property is set to transparent, then the ButtonBackColorTo Property will be used.

Requirements

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

See Also