SetTabForeColor Method
SetTabForeColor(int, Color)
Sets the text color of the tab.
Declaration
void SetTabForeColor(int index, Color newColor)
Sub SetTabForeColor(index As Integer, newColor As Color)
Parameters
Type |
Name |
Description |
int |
index |
|
Color |
newColor |
|