Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule.UI Namespace / Palette Class / Palette Constructor
The PaletteType value.

In This Topic
    Palette Constructor
    In This Topic
    Initializes a new instance of the Palette object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal type As PaletteType _
    )
    public Palette( 
       PaletteType type
    )

    Parameters

    type
    The PaletteType value.
    See Also