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

Gets or sets the color used to paint the background of the control when it is disabled.

Syntax

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

Property Value

Color

Requirements

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

See Also