[]
Represents a task in the Windows 7 taskbar Jump List.
public class C1JumpTask : ICloneable
| Name | Description |
|---|---|
| C1JumpTask() | Initializes a new instance of a C1JumpTask. |
| Name | Description |
|---|---|
| ApplicationPath | Gets or sets the path to the application. |
| Arguments | Gets or sets the arguments passed to the application on startup. |
| IconIndex | Gets or sets the zero-based index of an icon embedded in a resource. |
| IconPath | Gets or sets the path to a resource that contains the icon to display in the Jump List. |
| Owner | Gets the owner C1JumpList. |
| ShowCommand | Gets or sets the show command for a Shell link object. |
| Title | Gets or sets the text displayed for the task in the Jump List. |
| Tooltip | Gets or sets the custom tooltip for the task in the Jump List. |
| WorkingDirectory | Gets or sets the working directory of the application on startup. |