ComponentOne CalendarView for WinForms
C1.Win.Calendar.UI Namespace / DayTheme Class / Clone Method

In This Topic
    Clone Method (DayTheme)
    In This Topic
    Creates an instance of the C1.Win.C1Themes.BaseStyle class that is identical to the current C1.Win.C1Themes.BaseStyle
    Syntax
    'Declaration
     
    
    Public Overrides Function Clone() As C1.Win.C1Themes.BaseStyle
    public override C1.Win.C1Themes.BaseStyle Clone()
    See Also