Version

DisplayTaskDialog(Task) Method

Displays a dialog through which properties of a Task object can be modified.
Syntax
'Declaration
 
Public Overloads Function DisplayTaskDialog( _
   ByVal task As Infragistics.Win.UltraWinSchedule.Task _
) As DialogResult
public DialogResult DisplayTaskDialog( 
   Infragistics.Win.UltraWinSchedule.Task task
)

Parameters

task
The task for which the dialog is to be displayed.

Return Value

A DialogResult constant which describes the result of the dialog session.
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