Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1Calendar Class
Members

In This Topic
    C1Calendar Class
    In This Topic
    The C1Calendar control is a fully functional Outlook-style calendar that enables end-users to select the current date or the set of dates to navigate through the C1Schedule control. Depending on the amount of space available, the C1Calendar control can display one or more months at a time.
    Object Model
    C1Calendar Class
    Syntax
    'Declaration
     
    Public Class C1Calendar 
       Inherits C1.Framework.XView
       Implements C1.Framework.IView 
    public class C1Calendar : C1.Framework.XView, C1.Framework.IView  
    Remarks
    A functional scheduling application can be created without using the C1Calendar control, but the C1Calendar provides visual navigational capabilities.
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                C1.Framework.ScrollableControl
                   C1.Framework.XView
                      C1.Win.C1Schedule.C1Calendar

    See Also