dbicDate Send comments on this topic.
ButtonBorderOver Property
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > dbiDate Class : ButtonBorderOver Property

Gets or sets the type of border for the navigation buttons when the mouse is over it.

Syntax

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

Property Value

enumBorderType

Remarks

Setting this property to a value of "default" will have the control use value from the ButtonBorderType property instead.

Requirements

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

See Also