Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FlatInterfaceRenderer Class / ActiveTabBackColor Property


In This Topic
ActiveTabBackColor Property
In This Topic
Gets or sets the overall active tab background color.
Syntax
'Declaration
 
Public Property ActiveTabBackColor As Color
 
'Usage
 
Dim instance As FlatInterfaceRenderer
Dim value As Color
 
instance.ActiveTabBackColor = value
 
value = instance.ActiveTabBackColor
See Also