Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / SelectedTabOutlineColor Property


In This Topic
SelectedTabOutlineColor Property
In This Topic
Gets or sets the outline color of the selected tab.
Syntax
'Declaration
 
Public Overridable Property SelectedTabOutlineColor As Color
 
'Usage
 
Dim instance As TabStrip
Dim value As Color
 
instance.SelectedTabOutlineColor = value
 
value = instance.SelectedTabOutlineColor
See Also