TaskListView Properties |
The TaskListView type exposes the following members.
| Name | Description | |
|---|---|---|
| Container | Gets the IContainer that contains the Component. (Inherited from Component.) | |
| ContextMenuStrip |
Gets or sets the ContextMenuStrip associated with this control.
(Overrides ControlContextMenuStrip.) | |
| DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) | |
| Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) | |
| Folder |
Gets or sets the folder from which to display the tasks.
| |
| SelectedIndex |
Gets or sets the zero-based index of the currently selected item in a TaskListView.
| |
| Tasks |
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.
|