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