Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / TabManager Class / SetTabBackColor Method
Tab index


In This Topic
SetTabBackColor Method (TabManager)
In This Topic
Sets the background color of the tab.
Syntax
'Declaration
 
Public Overridable Sub SetTabBackColor( _
   ByVal index As Integer, _
   ByVal newColor As Color _
) 
 
'Usage
 
Dim instance As TabManager
Dim index As Integer
Dim newColor As Color
 
instance.SetTabBackColor(index, newColor)

Parameters

index
Tab index
newColor
See Also