[]
        
(Showing Draft Content)

FarPoint.Win.TabManager.SetTabBackColor

SetTabBackColor Method

SetTabBackColor(int, Color)

Sets the background color of the tab.

Declaration
public virtual void SetTabBackColor(int index, Color newColor)
Public Overridable Sub SetTabBackColor(index As Integer, newColor As Color)
Parameters
Type Name Description
int index

Tab index

Color newColor
Implements