Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ITabManager Interface / SetTabForeColor Method


In This Topic
SetTabForeColor Method (ITabManager)
In This Topic
Sets the text color of the tab.
Syntax
'Declaration
 
Sub SetTabForeColor( _
   ByVal index As Integer, _
   ByVal newColor As Color _
) 
 
'Usage
 
Dim instance As ITabManager
Dim index As Integer
Dim newColor As Color
 
instance.SetTabForeColor(index, newColor)

Parameters

index
newColor
See Also