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

Gets or sets the color used to paint a border on the buttons in the control when the mouse moves over them.

Syntax

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

Property Value

color

Remarks

This property is only valid when the ButtonStyle Property is set to Full

Requirements

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

See Also