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

Gets or sets the backcolor of the control when it is in a down state. This property will also be the primary background color if grad fills are selected for the button when the button is clicked.

Syntax

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

Property Value

Color

Requirements

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

See Also