ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.8 Assembly / C1.Win.C1Command Namespace / VsdOffice2007.TabColors Class / VsdOffice2007.TabColors Constructor

In This Topic
    VsdOffice2007.TabColors Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal backColor As System.Drawing.Color, _
       ByVal tabAreaBackColor As System.Drawing.Color, _
       ByVal tabForeSelColor As System.Drawing.Color, _
       ByVal tabForeColor As System.Drawing.Color, _
       ByVal tabBorderSelColor As System.Drawing.Color, _
       ByVal tabBorderSelHiColor As System.Drawing.Color, _
       ByVal tabBorderHiColor As System.Drawing.Color, _
       ByVal tabSelColors() As System.Drawing.Color, _
       ByVal tabHiColors() As System.Drawing.Color, _
       ByVal tabPositions() As System.Single _
    )
    public VsdOffice2007.TabColors( 
       System.Drawing.Color backColor,
       System.Drawing.Color tabAreaBackColor,
       System.Drawing.Color tabForeSelColor,
       System.Drawing.Color tabForeColor,
       System.Drawing.Color tabBorderSelColor,
       System.Drawing.Color tabBorderSelHiColor,
       System.Drawing.Color tabBorderHiColor,
       System.Drawing.Color[] tabSelColors,
       System.Drawing.Color[] tabHiColors,
       System.float[] tabPositions
    )

    Parameters

    backColor
    tabAreaBackColor
    tabForeSelColor
    tabForeColor
    tabBorderSelColor
    tabBorderSelHiColor
    tabBorderHiColor
    tabSelColors
    tabHiColors
    tabPositions
    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