Scheduler for WinForms
AppointmentForm コンストラクタ(C1Schedule,Appointment,Boolean)

C1.Win.Schedule.6 アセンブリ > C1.Win.Schedule.Forms 名前空間 > AppointmentForm クラス > AppointmentForm コンストラクタ : AppointmentForm コンストラクタ(C1Schedule,Appointment,Boolean)
The owning C1.Win.Schedule.C1Schedule component.
The Appointment object.
Determines whether the RecurrenceForm dialog should be shown after the form opening.
Initializes a new instance of the AppointmentForm form for editing of the specified Appointment object.
シンタックス
'宣言
 
Public Function New( _
   ByVal schedule As C1Schedule, _
   ByVal appointment As Appointment, _
   ByVal editRecurrence As System.Boolean _
)
public AppointmentForm( 
   C1Schedule schedule,
   Appointment appointment,
   System.bool editRecurrence
)

パラメータ

schedule
The owning C1.Win.Schedule.C1Schedule component.
appointment
The Appointment object.
editRecurrence
Determines whether the RecurrenceForm dialog should be shown after the form opening.
参照

AppointmentForm クラス
AppointmentForm メンバ
オーバーロード一覧