ComponentOne CalendarView for WinForms
C1.Win.Calendar.UI Namespace / CalendarTheme Class / CalendarTheme Constructor / CalendarTheme Constructor(CalendarTheme)
Prototype.

In This Topic
    CalendarTheme Constructor(CalendarTheme)
    In This Topic
    Initializes a new instance of the CalendarTheme.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal prototype As CalendarTheme _
    )
    public CalendarTheme( 
       CalendarTheme prototype
    )

    Parameters

    prototype
    Prototype.
    See Also