dbicDropDate Send comments on this topic.
ReverseBorder Property
See Also 
dbicDropDate Assembly > Dbi.WinControl.DropDate Namespace > dbiDropDate Class : ReverseBorder Property

Determines how the border around the drop button and spin buttons will be painted.

Syntax

Visual Basic (Declaration) 
Public Property ReverseBorder As Boolean
C# 
public bool ReverseBorder {get; set;}

Property Value

Boolean

Remarks

This property is only effective when the dbicBase~Dbi.WinControl.dbiButtonControl~VisualStyle property is equal to XP

If this property is set to True, the border color of the button will be painted with the dbicBase~Dbi.WinControl.dbiButtonControl~BackColor property.

If this property is set to False, the border color of the buttons will be painted with the dbicBase~Dbi.WinControl.dbiButtonControl~BackColorTo property.

Requirements

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

See Also