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

Gets or sets the type of border to give the navigation buttons

Syntax

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

Property Value

enumBorderType

Remarks

If a value of Default is assigned to this property, it will change to RaisedThin.

Requirements

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

See Also