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

Gets or sets the color of the highlight border when the mouse moves over the control, when the control is in an up state.

Syntax

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

Property Value

Color

Remarks

This property is only valid if FlatStyle is set to Modern

Requirements

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

See Also