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
public virtual Color SelectedTabOutlineColor {get; set;}
See Also