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

Gets or sets the color used to paint the inner border of the buttons when the mouse moves over them.

Syntax

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

Property Value

Color

Remarks

This property is only valid when the ButtonStyle Property is set to Flat.

Requirements

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

See Also