Calendar for WinForms | ComponentOne
C1.Win.Calendar Namespace / C1CalendarView Class
Members

In This Topic
    C1CalendarView Class
    In This Topic
    The C1CalendarView control is used to create a user interface, allowing users to select a specific date (or dates) interactively. Control can display as one month or several months, and provide quick navigation through months and years.
    Object Model
    C1CalendarView Class
    Syntax
    'Declaration
     
    
    Public Class C1CalendarView 
       Inherits System.Windows.Forms.Control
    public class C1CalendarView : System.Windows.Forms.Control 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                C1.Win.Calendar.C1CalendarView

    See Also