Click or drag to resize
Task Scheduler Managed Class Library

TaskBrowserDialog Properties

The TaskBrowserDialog type exposes the following members.

Properties
 NameDescription
Public propertyAllowFolderSelection Gets or sets a value indicating whether folders may be selected.
Public propertyContainerGets the IContainer that contains the Component.
(Inherited from Component)
Public propertyDescription Gets or sets the description.
Protected propertyDesignModeGets a value that indicates whether the Component is currently in design mode.
(Inherited from Component)
Protected propertyEventsGets the list of event handlers that are attached to this Component.
(Inherited from Component)
Public propertySelectedPath Gets or sets the selected item path. The path may reference either a Task or a TaskFolder.
Public propertySelectedPathType Gets the type of the selected path. Value is null if unresolved or not selected.
Public propertyShowTasks Gets or sets a value indicating whether to show tasks along with the folders.
Public propertyTaskService Gets or sets the TaskService.
Top
See Also