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

Gets or sets the color of the highlight border around the control when it has focus.

Syntax

Visual Basic (Declaration) 
Public Property FocusColor As Color
C# 
public Color FocusColor {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