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

Gets or sets the color used to paint a border on the buttons in the control when they are in a down state.

Syntax

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