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

Gets or sets the type of border to be placed around the control when the mouse moves over it while the control is in an up state.

Syntax

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

Property Value

dbi.enumBorderType

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