BCGControlBar Library for .NET
BackColors Property (TabItemColorDef)




Determines TabBackColorDef class which specifies the background colors to fill the tab item.
Syntax
'Declaration
 
Public Property BackColors( _
   ByRef param1 As TabBackColorDef _
) As TabBackColorDef
'Usage
 
Dim instance As TabItemColorDef
Dim param1 As TabBackColorDef
Dim value As TabBackColorDef
 
instance.BackColors(param1) = value
 
value = instance.BackColors(param1)
public TabBackColorDef BackColors( 
   ref TabBackColorDef param1
) {get; set;}
public: __property TabBackColorDef* get_BackColors( 
   ref TabBackColorDef* param1
);
public: __property void set_BackColors( 
   ref TabBackColorDef* param1,
   TabBackColorDef* value
);
public:
property TabBackColorDef^ BackColors {
   TabBackColorDef^ get(TabBackColorDef^% param1);
   void set (TabBackColorDef^% param1TabBackColorDef^ value);
}

Parameters

param1
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

TabItemColorDef Class
TabItemColorDef Members

Send Feedback