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