MindFusion WinForms Programmer's Guide
TaskForm.SetTask Method
See Also
 





Sets the task that is to be edited in the form.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling.WinForms.StandardForms

 Syntax

C#  Copy Code

public void SetTask (
    Task task
)

Visual Basic  Copy Code

Public Sub SetTask ( _
    task As Task _
)

 Parameters

task
A reference to the Task object to be selected in the form for editing.

 See Also

TaskForm Members
TaskForm Class
MindFusion.Scheduling.WinForms Namespace