バージョン

AppointmentResizeSelectionAction 列挙体

appointment のサイズ変更の操作が初期化されたときに SelectedAppointments の影響を識別する定数。
シンタックス
'宣言
 
Public Enum AppointmentResizeSelectionAction 
   Inherits System.Enum
public enum AppointmentResizeSelectionAction : System.Enum 
メンバ
メンバ解説
ClearExistingSelectionSelectedAppointments コレクションは、指定されたサイズ変更操作の AppointmentResizing イベントが最初に発生された後にすぐにクリアされます。注: これは UltraDayView コントロールのデフォルト値です。
PreserveExistingSelectionSelectedAppointments コレクションのコンテンツが変更されません。注: これは UltraMonthViewSingle および UltraWeekView コントロールのデフォルト値です。
SelectOnlyThisAppointment指定されたサイズ変更操作の AppointmentResizing イベントが最初に発生された後に、選択はサイズ変更される予定以外のすべての appointments から直ちにクリアされます。
参照