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

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

Syntax

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