In This Topic
The
C1Schedule control is a fully functional Outlook-style schedule that allows users to add, edit, and manage their appointments by loading all of the appointment data either from a bound DataSource or the built-in DataSource, which saves and loads data from binary, XML or iCal file formats. By default, the
C1Schedule control will display the appointment data in the
ScheduleViewEnum.DayView mode, and the current day is the first date displayed.
Object Model
Syntax
'Declaration
Public Class C1Schedule
Inherits System.Windows.Forms.UserControl
Implements IHandle(Of HWND), Windows.Win32.System.Com.IPersist.Interface, Windows.Win32.System.Com.IPersistStreamInit.Interface, Windows.Win32.System.Com.StructuredStorage.IPersistStorage.Interface, Windows.Win32.System.Ole.IOleControl.Interface, Windows.Win32.System.Ole.IOleInPlaceActiveObject.Interface, Windows.Win32.System.Ole.IOleInPlaceObject.Interface, Windows.Win32.System.Ole.IOleObject.Interface, Windows.Win32.System.Ole.IOleWindow.Interface, Windows.Win32.System.Ole.IPersistPropertyBag.Interface, Windows.Win32.System.Ole.IQuickActivate.Interface, Windows.Win32.System.Ole.IViewObject.Interface, Windows.Win32.System.Ole.IViewObject2.Interface
public class C1Schedule : System.Windows.Forms.UserControl, IHandle<HWND>, Windows.Win32.System.Com.IPersist.Interface, Windows.Win32.System.Com.IPersistStreamInit.Interface, Windows.Win32.System.Com.StructuredStorage.IPersistStorage.Interface, Windows.Win32.System.Ole.IOleControl.Interface, Windows.Win32.System.Ole.IOleInPlaceActiveObject.Interface, Windows.Win32.System.Ole.IOleInPlaceObject.Interface, Windows.Win32.System.Ole.IOleObject.Interface, Windows.Win32.System.Ole.IOleWindow.Interface, Windows.Win32.System.Ole.IPersistPropertyBag.Interface, Windows.Win32.System.Ole.IQuickActivate.Interface, Windows.Win32.System.Ole.IViewObject.Interface, Windows.Win32.System.Ole.IViewObject2.Interface
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.UserControl
C1.Win.Schedule.C1Schedule
See Also