Represents a role for the DragTaskThumb control used to identify the type of drag and drop operation the user can perform using the thumb.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
| C# |
|---|
public enum DragTaskThumbRole |
| Visual Basic (Declaration) |
|---|
Public Enumeration DragTaskThumbRole |
Members
| Member name | Description | |
|---|---|---|
| UpdateStart |
Indicates that the user will update start date and time of the task bound to the current DragTaskThumb.
| |
| UpdateDuration |
Indicates that the user will update duration (and therefore also finish date and time information) of the task bound to the current DragTaskThumb.
| |
| UpdateCompletedDuration |
Indicates that the user will update completed duration (and therefore completed finish date and time information) of the task bound to the current DragTaskThumb.
|