Gets or sets the modifier key that lets users start an OLE drag-and-drop operation when they drag an item.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Keys ItemDragKey { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ItemDragKey As Keys |
Must be set to Control, Alt or Shift.
RemarksBy default, a dragged schedule item can be dropped only inside the Calendar control. Users can drag an item to another control on the form or to an external application by pressing the modifier key set in this property.
See Also