'Declaration Public Enum GanttViewContextMenuAction Inherits System.Enum
public enum GanttViewContextMenuAction : System.Enum
Member | Description |
---|---|
AddSubTask | A sub-task is added to the ActiveTask'sTasks collection, with a 'StartNoEarlierThan' constraint, using the ActiveTask's StartDateTime as its starting date/time. |
IndentTask | The Indent method is called on the currently active task. |
InsertTask | If the ActiveTask is null, a Task is added to the root Tasks collection. If the ActiveTask is not null, a task is inserted above the active task. The task is added with the default 'AsSoonAsPossible' constraint. |
InvertTaskExpandedState | The value of the Expanded property is inverted for the currently selected task. |
OutdentTask | The Outdent method is called on the currently active task. |
RemoveTask | The currently active Task is removed. Any sub-tasks which belonged to the task are removed as well. |
ShowDialog | The TaskDialog is launched for the currently active task. |
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