'Declaration Public Enum GanttTaskBarDragOperation Inherits System.Enum
public enum GanttTaskBarDragOperation : System.Enum
Member | Description |
---|---|
ChangePercentComplete | The ProjectTask.PercentComplete will be calculated based on the date dragged to for the ProjectTask.CompleteThrough |
MoveDeadline | The ProjectTask.Deadline will be adjusted |
MoveFinishOnly | The ProjectTask.ManualFinish of a manual finish-only task will be adjusted |
MoveStartOnly | The ProjectTask.ManualStart of a manual start-only task will be adjusted |
MoveTask | The ProjectTask.ManualStart or ProjectTask.ManualFinish will be adjusted based on whether the project is scheduled from the start. |
ResizeTask | The ProjectTask.Duration will be adjusted |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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