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


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

Parameters

index
See Also