[]
Initializes a new instance of the PaletteOffice2016 object.
public PaletteOffice2016(PaletteType type)
Public Sub New(type As PaletteType)
| Type | Name | Description |
|---|---|---|
| PaletteType | type |
Initializes a new instance of the PaletteOffice2016 object.
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)
| 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. |