Version 24.2 (latest)

TaskDragType Enumeration

Constants which describe which property of a Task is changed by a drag/drop operation.
Syntax
public enum TaskDragType : System.Enum 
Members
MemberDescription
DeadlineThe value of the task's Deadline property is changed as the user drags the cursor over different TimeSlotUIElements.
DurationThe value of the task's Duration property is changed as the user drags the cursor over different TimeSlotUIElements.
PercentCompleteThe value of the task's PercentComplete property is changed as the user drags the cursor over different TimeSlotUIElements.
StartDateTimeThe value of the task's StartDateTime property is changed as the user drags the cursor over different TimeSlotUIElements.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also