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

Gets or sets the secondary backcolor for the calculator buttons when the mouse is over them.

Syntax

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