バージョン

AppointmentDialog コンストラクタ(UltraCalendarInfo,Appointment,Boolean,Boolean)

既存のAppointmentの表示または編集に使用されるコンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal owningCalendarInfo As UltraCalendarInfo, _
   ByVal appointment As Appointment, _
   ByVal isExistingAppointment As Boolean, _
   ByVal touchEnabled As Boolean _
)

パラメータ

owningCalendarInfo
所有する UltraCalendarInfo オブジェクト。
appointment
ダイアログを表示する予定。
isExistingAppointment
これが既存の Appointment オブジェクトかどうかを示すブール値。予定オブジェクトがダイアログのデフォルト値を指定する場合、False。
touchEnabled
ダイアログがタッチ メトリックスを使用して表示するかどうかを示すブール値。False の場合、ダイアログはタッチ メトリックスを使用せずに表示します。
参照