GetTabForeColor Method (ITabManager)
Gets the text color of the tab.
'Declaration
Function GetTabForeColor( _
ByVal As Integer _
) As Color
'Usage
Dim instance As ITabManager
Dim index As Integer
Dim value As Color
value = instance.GetTabForeColor(index)
Parameters
- index