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

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

    Parameters

    prototype
    Prototype.
    See Also