| Visual Basic (Declaration) | |
|---|---|
Public Property ReverseBorder As Boolean | |
| C# | |
|---|---|
public bool ReverseBorder {get; set;} | |
Property Value
BooleanThis 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.