Version

GanttViewContextMenuAction Enumeration

Constants which describe the action taken when an intrinsic menu item is clicked.
Syntax
'Declaration
 
Public Enum GanttViewContextMenuAction 
   Inherits System.Enum
public enum GanttViewContextMenuAction : System.Enum 
Members
MemberDescription
AddSubTaskA sub-task is added to the ActiveTask'sTasks collection, with a 'StartNoEarlierThan' constraint, using the ActiveTask's StartDateTime as its starting date/time.
IndentTaskThe Indent method is called on the currently active task.
InsertTaskIf 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.
InvertTaskExpandedStateThe value of the Expanded property is inverted for the currently selected task.
OutdentTaskThe Outdent method is called on the currently active task.
RemoveTaskThe currently active Task is removed. Any sub-tasks which belonged to the task are removed as well.
ShowDialogThe TaskDialog is launched for the currently active task.
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