Click or drag to resize
Task Scheduler Managed Class Library

TaskSchedulerWizard Class

A wizard that walks the user through the creation of a simple task.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsForm
              DialogBase
                Microsoft.Win32.TaskSchedulerTaskSchedulerWizard

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
Syntax
C#
[DefaultPropertyAttribute("RegisterTaskOnFinish")]
[ToolboxBitmapAttribute(typeof(TaskEditDialog), "TaskDialog")]
public sealed class TaskSchedulerWizard : DialogBase
Request Example View Source

The TaskSchedulerWizard type exposes the following members.

Constructors
 NameDescription
Public methodTaskSchedulerWizard Initializes a new instance of the TaskSchedulerWizard class.
Public methodTaskSchedulerWizard(Task, Boolean) Initializes a new instance of the TaskSchedulerWizard class.
Public methodTaskSchedulerWizard(TaskService, TaskDefinition, Boolean) Initializes a new instance of the TaskSchedulerWizard class.
Top
Properties
 NameDescription
Public propertyAllowEditorOnFinish Gets or sets a value indicating whether show a check box on the summary page that will open the full editor when the user presses Finish.
Public propertyAvailableActions Gets or sets the available actions.
Public propertyAvailablePages Gets or sets the available pages.
Public propertyAvailableTriggers Gets or sets the available triggers.
Public propertyContainerGets the IContainer that contains the Component.
(Inherited from Component)
Protected propertyDesignModeGets a value that indicates whether the Component is currently in design mode.
(Inherited from Component)
Public propertyEditorOnFinishText Gets or sets the text shown on the summary page prompting for editor on finish click.
Protected propertyEventsGets the list of event handlers that are attached to this Component.
(Inherited from Component)
Public propertyIcon Gets or sets the icon for the form.
Public propertyPassword Gets the password.
Public propertyRegisterTaskOnFinish Gets or sets a value indicating whether to register the task on Finish.
Public propertyShowIcon Gets or sets a value indicating whether an icon is displayed in the caption bar of the form.
Public propertySummaryFormatString Gets or sets the summary format string.
Public propertySummaryRegistrationNotice Gets or sets the summary registration notice.
Public propertyTask Gets the current Task. This is only the task used to initialize this control. The updates made to the control are not registered.
Public propertyTaskDefinition Gets or sets the TaskDefinition.
Public propertyTaskFolder Gets or sets the folder for the task. Used only if Task property has not been set and RegisterTaskOnFinish property is true.
Public propertyTaskName Gets or sets the name of the task.
Public propertyTaskService Gets or sets the TaskService.
Public propertyText Gets or sets the text associated with this control.
Public propertyTitle Gets or sets the title.
Public propertyTriggerPagePrompt Gets or sets the trigger page prompt.
Public propertyTriggerPropertiesInstructions Gets or sets the trigger properties page instructions text.
Top
Methods
 NameDescription
Public methodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject)
Public methodDisposeReleases all resources used by the Component.
(Inherited from Component)
Protected methodDispose(Boolean) Clean up any resources being used.
(Overrides FormDispose(Boolean))
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeReleases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Protected methodGetServiceReturns an object that represents a service provided by the Component or by its Container.
(Inherited from Component)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInitialize(Task) Initializes the control for the editing of an existing Task.
Public methodInitialize(TaskService, TaskDefinition, String, String)Initializes the control for the editing of a new TaskDefinition.
Public methodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodMemberwiseClone(Boolean)Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject)
Top
Events
 NameDescription
Public eventDisposedOccurs when the component is disposed by a call to the Dispose method.
(Inherited from Component)
Top
See Also