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





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

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

 Syntax

C#  Copy Code

public Keys ItemCloneKey { get; set; }

Visual Basic  Copy Code

Public Property ItemCloneKey As Keys

 Property Value

Must be set to Control, Alt, Shift or None.

 Remarks

If the user starts dragging an item (or items) when the key specified as a value of this property is pressed, an exact duplicate of the dragged item is created and the user continues dragging the newly created item instead of the original one.

 Note

When cloning a recurring item, the newly created item is not recurring. In addition, the Id of the new item is unique.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WinForms Namespace