Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedInterfaceRenderer Class / TabStripButtonBorderColor Property


In This Topic
TabStripButtonBorderColor Property (EnhancedInterfaceRenderer)
In This Topic
Gets or sets the color of the tab strip button border.
Syntax
'Declaration
 
Public Property TabStripButtonBorderColor As Color
 
'Usage
 
Dim instance As EnhancedInterfaceRenderer
Dim value As Color
 
instance.TabStripButtonBorderColor = value
 
value = instance.TabStripButtonBorderColor

Property Value

The color of the tab strip button border.
See Also