[]
        
(Showing Draft Content)

FarPoint.Win.TabManager.GetTabBackColor

GetTabBackColor Method

GetTabBackColor(int)

Gets the background color of the tab.

Declaration
public virtual Color GetTabBackColor(int index)
Public Overridable Function GetTabBackColor(index As Integer) As Color
Parameters
Type Name Description
int index

Tab index

Returns
Type Description
Color

A Color object.

Implements