Returns background color of tab item.
'Declaration
Public 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 Color GetTabBackColor(
int
)
public: Color GetTabBackColor(
int
)
public:
Color GetTabBackColor(
int
)
Parameters
- index
- Index of tab item.
Return Value
Background color of tab item. It can be empty.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2