|
|
|
|
BorderColor Property, SftTabs Class |
Defines the control's border color.
Syntax SftTabs Class (Softelvdm.SftTabsNET)
VB |
Public Property BorderColor As Color |
C# |
public Color BorderColor { get; set; } |
C++ |
public: property Color BorderColor { |
Property Value
The border color of the control.
The default value is SystemColors.ControlDarkDark.
Comments
The BorderColor property defines the control's border color.
If the tab control uses Windows themes, the BorderColor property has no effect.