Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.UI Namespace / ScheduleTheme Class / CurrentPalette Property

In This Topic
    CurrentPalette Property (ScheduleTheme)
    In This Topic
    Gets or sets System.Drawing.Color value determining the currently used palette. At setting this property C1.Win.C1Schedule.C1Schedule control tries to find corresponding palette in Palettes collection and attaches it to the views.
    Syntax
    'Declaration
     
    Public Property CurrentPalette As System.Drawing.Color
    public System.Drawing.Color CurrentPalette {get; set;}
    See Also