dbicButton Send comments on this topic.
TextColor Property
See Also 
dbicButton Assembly > Dbi.WinControl.Button Namespace > BeforeTextDisplayEventArgs Class : TextColor Property

Gets and sets the color used to paint the text in the control.

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 in the event will change the display of the rendered text in the control.

Requirements

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

See Also