Version

TaskDialog Constructor(Task,TasksCollection,UltraGanttView,Boolean)

Creates a new instance of the Infragistics.Win.UltraWinSchedule
Syntax
'Declaration
 
Public Function New( _
   ByVal task As Infragistics.Win.UltraWinSchedule.Task, _
   ByVal parentTasksCollection As Infragistics.Win.UltraWinSchedule.TasksCollection, _
   ByVal ganttView As UltraGanttView, _
   ByVal touchEnabled As Boolean _
)
public TaskDialog( 
   Infragistics.Win.UltraWinSchedule.Task task,
   Infragistics.Win.UltraWinSchedule.TasksCollection parentTasksCollection,
   UltraGanttView ganttView,
   bool touchEnabled
)

Parameters

task
The Task to be edited in the dialog; specify null to create a new task.
parentTasksCollection
The TasksCollection to which the new Task will belong; can be null if the specified task is not null.
ganttView
UltraWinGanttView control from which the dialog is launched
touchEnabled
Boolean indicating if the dialog should be shown using touch based metrics. False if the dialog should not show using touch based metrics.
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