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

Gets or sets the primary backcolor for the calculator buttons when they are in a down state.

Syntax

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

Property Value

color

Remarks

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

Requirements

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

See Also