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

Gets or sets the type of border for the navigation buttons when in a down state.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ButtonBorderDown As enumBorderType
C# 
public virtual enumBorderType ButtonBorderDown {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