SetTabBackColor Method (TabStrip)
Sets the background color for the specified tab.
public virtual void SetTabBackColor(
int ,
Color
)
'Declaration
Public Overridable Sub SetTabBackColor( _
ByVal As Integer, _
ByVal As Color _
)
'Usage
Dim instance As TabStrip
Dim index As Integer
Dim newColor As Color
instance.SetTabBackColor(index, newColor)
Parameters
- index
- newColor