Scheduler for WinForms | ComponentOne
C1.Win.Schedule.6 Assembly / C1.Win.Schedule.UI Namespace / PaletteOffice2016 Class / PaletteOffice2016 Constructor / PaletteOffice2016 Constructor(PaletteType,Color,Color,Color,Color)
The PaletteType value.
The System.Drawing.Color value which is used for displaying navigation panels.
The System.Drawing.Color value which is used for displaying day and group headers.
The System.Drawing.Color value which is used for highlighting current day.
The System.Drawing.Color value which is used for highlighting selected day or slots.

In This Topic
    PaletteOffice2016 Constructor(PaletteType,Color,Color,Color,Color)
    In This Topic
    Initializes a new instance of the PaletteOffice2016 object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal type As PaletteType, _
       ByVal accentColor As System.Drawing.Color, _
       ByVal headerColor As System.Drawing.Color, _
       ByVal todayColor As System.Drawing.Color, _
       ByVal selection As System.Drawing.Color _
    )
    public PaletteOffice2016( 
       PaletteType type,
       System.Drawing.Color accentColor,
       System.Drawing.Color headerColor,
       System.Drawing.Color todayColor,
       System.Drawing.Color selection
    )

    Parameters

    type
    The PaletteType value.
    accentColor
    The System.Drawing.Color value which is used for displaying navigation panels.
    headerColor
    The System.Drawing.Color value which is used for displaying day and group headers.
    todayColor
    The System.Drawing.Color value which is used for highlighting current day.
    selection
    The System.Drawing.Color value which is used for highlighting selected day or slots.
    See Also