GetTabForeColor Method (TabStrip)
Gets the text color of the specified tab.
public virtual Color GetTabForeColor(
int
)
'Declaration
Public Overridable Function GetTabForeColor( _
ByVal As Integer _
) As Color
'Usage
Dim instance As TabStrip
Dim index As Integer
Dim value As Color
value = instance.GetTabForeColor(index)
Parameters
- index