MindFusion WinForms Programmer's Guide
Calendar.RescheduleRecurrenceKey Property
See Also
 





Gets or sets the modifier key, which when pressed allows users to interactively reschedule recurrent items.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Keys RescheduleRecurrenceKey { get; set; }

Visual Basic  Copy Code

Public Property RescheduleRecurrenceKey As Keys

 Property Value

Must be set to Control, Alt, Shift or None. The default is None.

 Remarks

If the user drags a recurrent item when the key specified as a value of this property is pressed, the recurrence is automatically adjusted to match the new item location. Recurrence rescheduling is not recorded in the undo history.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WinForms Namespace