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
Syntax
'Declaration
Public Class C1Calendar
Inherits C1.Framework.XView
Implements C1.Framework.IView, C1.Win.SuperTooltip.ISupportSuperTooltip, 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 C1Calendar : C1.Framework.XView, C1.Framework.IView, C1.Win.SuperTooltip.ISupportSuperTooltip, 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
C1.Framework.ScrollableControl
C1.Framework.XView
C1.Win.Schedule.C1Calendar
See Also