Gets or sets the modifier key, which when pressed while dragging an item, will cause this item to be cloned and the clone to be dragged instead.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public ModifierKeys ItemCloneKey { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ItemCloneKey As ModifierKeys |
A member of the WPF ModifierKeys enumeration. The default is Shift.
RemarksSet this property to None to prevent interactive item cloning.
See Also