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