BCGControlBar Library for .NET
GetTabBackColor Method




Index of tab item.
Returns background color of tab item.
Syntax
'Declaration
 
Public Function GetTabBackColor( _
   ByVal index 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 index
)
public: Color GetTabBackColor( 
   int index
) 
public:
Color GetTabBackColor( 
   int index
) 

Parameters

index
Index of tab item.

Return Value

Background color of tab item. It can be empty.
Remarks
This method returns a color of tab item, which was previously set by SetTabBackColor. If automatic coloring is enabled and background color has not been set this method returns a color from AutoColors property.
Requirements

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

See Also

Reference

TabStrip Class
TabStrip Members

Send Feedback