'宣言 Public Class C1Schedule Inherits System.Windows.Forms.UserControl
public class C1Schedule : System.Windows.Forms.UserControl
C1Scheduleは、エンドユーザーによる スケジュールアプリケーションのインタラクティブ操作の実装に使用するコントロールです。
このコントロールの主要目的は、可能なデータビューの1つを使用し、フォーム上にスケジュールされたデータ(予定)を表示することです。
これにより、予定を作成、編集、削除でき、エンドユーザーによる 予定表のスケジュールに必要なその他すべてのアクションも 実行できます。
'宣言 Public Class C1Schedule Inherits System.Windows.Forms.UserControl
public class C1Schedule : System.Windows.Forms.UserControl
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.C1Schedule.C1Schedule