Version

BarDragActions Enumeration

Enumerates drag actions that the user may take on a task bar.
Syntax
'Declaration
 
Public Enum BarDragActions 
   Inherits System.Enum
public enum BarDragActions : System.Enum 
Members
MemberDescription
AllAll drag actions.
DeadlineThe value of the task's Deadline property is changed by the drag operation.
DefaultDefault drag actions
DurationThe value of the task's Duration property is changed by the drag operation.
NoneNo bar drag actions.
PercentCompleteThe value of the task's PercentComplete property is changed by the drag operation.
StartDateTimeThe value of the task's StartDateTime property is changed by the drag operation.
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