Click or drag to resize
Task Scheduler Managed Class Library

TaskSchedulerWizard Properties

The TaskSchedulerWizard type exposes the following members.

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 propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Protected propertyDesignMode
Gets 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 propertyEvents
Gets 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
See Also