GetTabForeColor Method (TabStrip)
In This Topic
Gets the text color of the specified tab.
Syntax
'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)
public virtual Color GetTabForeColor(
int
)
Parameters
- index
See Also