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

Gets or sets the primary background color of the control when the mouse is over the button, and it is not in a depressed state. This property will also be the primary background color if grad fills are selected for the button when the mouse moves over the button.

Syntax

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

Property Value

Color

Remarks

This property is only applicable if the FlatStyle Property is set to Standard

Requirements

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

See Also