[]
Represents a shortcut to an application in the Windows 7 taskbar Jump List.
public class C1JumpLink : C1JumpItem, ICloneable
| Name | Description |
|---|---|
| C1JumpLink() | Initializes a new instance of a C1JumpLink. |
| 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. |
| ShowCommand | Gets or sets the show command for a Shell link object. |
| Title | Gets or sets the text displayed for the link in the Jump List. |
| Tooltip | Gets or sets the custom tooltip for the link in the Jump List. |
| WorkingDirectory | Gets or sets the working directory of the application on startup. |