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

Determines the color used to draw the text in the button.

Syntax

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

Property Value

Color

Remarks

Assigning a new value to this property will change the color of the text for the current button.

Requirements

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

See Also