[]
        
(Showing Draft Content)

FarPoint.Win.TabManager.SetTabForeColor

SetTabForeColor Method

SetTabForeColor(int, Color)

Sets the text color of the tab.

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

Tab index

Color newColor
Implements