|
|
|
|
ButtonBorderColor Property, ScrollingClass Class |
Defines the scroll button and Close, Minimize, Restore button border color.
Syntax ScrollingClass Class (Softelvdm.SftTabsNET)
VB |
Public Property ButtonBorderColor As Color |
C# |
public Color ButtonBorderColor { get; set; } |
C++ |
public: property Color ButtonBorderColor { |
Property Value
The border color of the scroll buttons and Close, Minimize, Restore buttons.
The default value is SystemColors.ControlDarkDark.
Comments
The ButtonBorderColor property defines the scroll button and Close, Minimize, Restore button border color.
If the tab control uses Windows themes and the buttons are defined to use themes (see ButtonStyle), the ButtonBackColor property has no effect.