New to Telerik UI for WinFormsStart a free 30-day trial

Represents a jump list link object.

Definition

Namespace:Telerik.WinControls.Taskbar

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
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.

C#
public JumpLink(string path, string title)
Parameters:pathstring

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

titlestring

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.

C#
public string Arguments { get; set; }

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

C#
public IconReference IconReference { get; set; }

Gets or sets the path.

C#
public string Path { get; set; }

Implements: IJumpItem.Path

WindowShowCommand

Gets or sets the show command of the launched application.

C#
public WindowShowCommand ShowCommand { get; set; }

Gets or sets the title.

C#
public string Title { get; set; }

Gets or sets the working directory.

C#
public string WorkingDirectory { get; set; }