|
|
|
|
BackColorActive Property, TabClass Class |
Defines the tab's background color when it is the active tab. The new, identical BackColorSelected property should be used instead.
Syntax TabClass Class (Softelvdm.SftTabsNET)
VB |
Public Property BackColorActive As Color |
C# |
public Color BackColorActive { get; set; } |
C++ |
public: property Color BackColorActive { |
Property Value
The tab's background color when it is the active tab.
The default value is Color.Empty.
Comments
The BackColorActive property defines the tab's background color when it is the active tab. The new, identical BackColorSelected property should be used instead.
This property has been replaced by the new, identical BackColorSelected property.