Class
JumpLink

Represents a jump list link object.

Definition

Namespace:Telerik.WinControls.Taskbar

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class JumpLink : JumpTask, IJumpItem, IDisposable

Inheritance: objectJumpTaskJumpLink

Implements: IDisposableIJumpItem

Inherited Members JumpTask.Dispose()JumpTask.Dispose(bool)JumpTask.NativeShellObject

Constructors

Initializes a new instance of a JumpLink with the specified path.

Declaration

cs-api-definition
public JumpLink(string path, string title)

Parameters

path

string

The path to the item. The path is required for the JumpList Link

title

string

The title for the JumpLink item. The title is required for the JumpList link.

Properties

Gets or sets the arguments passed to the command line.

Declaration

cs-api-definition
public string Arguments { get; set; }

Property Value

string

Gets or sets the icon reference (location and index) of the icon.

Declaration

cs-api-definition
public IconReference IconReference { get; set; }

Property Value

IconReference

Gets or sets the path.

Declaration

cs-api-definition
public string Path { get; set; }

Property Value

string

Implements IJumpItem.Path

Gets or sets the show command of the launched application.

Declaration

cs-api-definition
public WindowShowCommand ShowCommand { get; set; }

Property Value

WindowShowCommand

Gets or sets the title.

Declaration

cs-api-definition
public string Title { get; set; }

Property Value

string

Gets or sets the working directory.

Declaration

cs-api-definition
public string WorkingDirectory { get; set; }

Property Value

string