|
|
|
|
HighlightColor Property, SftTabs Class |
Defines the border color used for areas exposed to a light source.
Syntax SftTabs Class (Softelvdm.SftTabsNET)
VB |
Public Property HighlightColor As Color |
C# |
public Color HighlightColor { get; set; } |
C++ |
public: property Color HighlightColor { |
Property Value
The color used for areas exposed to a light source.
The default value is SystemColors.ControlLight.
Comments
The HighlightColor property defines the border color used for areas exposed to a light source.
If the tab control uses Windows themes, the HighlightColor property has no effect.