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

Gets or sets the color used to paint the inner border of the buttons when in a down state.

Syntax

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