[]
        
(Showing Draft Content)

C1.Win.Schedule.UI.PaletteOffice2016.-ctor

PaletteOffice2016 Constructor

PaletteOffice2016(PaletteType)

Initializes a new instance of the PaletteOffice2016 object.

Declaration
public PaletteOffice2016(PaletteType type)
Public Sub New(type As PaletteType)
Parameters
Type Name Description
PaletteType type

PaletteOffice2016(PaletteType, Color, Color, Color, Color)

Initializes a new instance of the PaletteOffice2016 object.

Declaration
public PaletteOffice2016(PaletteType type, Color accentColor, Color headerColor, Color todayColor, Color selection)
Public Sub New(type As PaletteType, accentColor As Color, headerColor As Color, todayColor As Color, selection As Color)
Parameters
Type Name Description
PaletteType type

The PaletteType value.

Color accentColor

The Color value which is used for displaying navigation panels.

Color headerColor

The Color value which is used for displaying day and group headers.

Color todayColor

The Color value which is used for highlighting current day.

Color selection

The Color value which is used for highlighting selected day or slots.