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

Gets or sets the color used to paint a border on the buttons in the control.

Syntax

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

Property Value

Color

Remarks

This property is only valid if the ButtonStyle Property is not set to Standard

Requirements

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

See Also