GetTabBackColor Method (TabStrip)
In This Topic
Gets the background color of the specified tab.
Syntax
'Declaration
Public Overridable Function GetTabBackColor( _
ByVal As Integer _
) As Color
'Usage
Dim instance As TabStrip
Dim index As Integer
Dim value As Color
value = instance.GetTabBackColor(index)
public virtual Color GetTabBackColor(
int
)
Parameters
- index
See Also