BCGSoft.Visualization Namespace : TabStripColorDef Class |
Represents a set of data to define the tab strip color on highlighting, selecting, activating. In BCGSoft.Controls.TabStrip namespace the instance of the TabStripColorDef is used in class TabDrawManager to fill the background of tab strip control.
'Declaration Public Class TabStripColorDef
'Usage Dim instance As TabStripColorDef
public class TabStripColorDef
public __gc class TabStripColorDef
public ref class TabStripColorDef
Property SelectedTabColors defines colors for active tab, InactiveTabColors – for InactiveTab, HighlightedTabColors – for Highlighted tab, BackColors – for background colors. The flag FillGap indicates if the space between tabs will be filled by gradient, the flag DrawBottonLine gets true, if the line will be drawn at the outer border of tabstrip. The flag UseParentGradient defines if the area in bounds of the toplevel control will be filled.
System.Object
BCGSoft.Visualization.TabStripColorDef
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