Click or drag to resize
Task Scheduler Managed Class Library

TaskListView Properties

The TaskListView type exposes the following members.

Properties
 NameDescription
Public propertyContainerGets the IContainer that contains the Component.
(Inherited from Component)
Public propertyContextMenuStrip Gets or sets the ContextMenuStrip associated with this control.
(Overrides ControlContextMenuStrip)
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 propertyFolder Gets or sets the folder from which to display the tasks.
Public propertySelectedIndex Gets or sets the zero-based index of the currently selected item in a TaskListView.
Public propertyTasks Gets or sets the tasks. When setting, be aware that if the collection is empty, the list will not be updated with newly added tasks. For a list view that is self-updating, this value must already contain tasks or use the Folder property.
Top
See Also