'Declaration Function GetTabForeColor( _ ByVal index As Integer _ ) As Color
'Declaration
Function GetTabForeColor( _ ByVal index As Integer _ ) As Color
'Usage Dim instance As ITabManager Dim index As Integer Dim value As Color value = instance.GetTabForeColor(index)
'Usage
Dim instance As ITabManager Dim index As Integer Dim value As Color value = instance.GetTabForeColor(index)
Color GetTabForeColor( int index )
ITabManager Interface ITabManager Members