JumpLink
Class
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:
Inherited Members
Constructors
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; }
ShowCommand
WindowShowCommand
Gets or sets the show command of the launched application.
C#
public WindowShowCommand ShowCommand { get; set; }
Gets or sets the working directory.
C#
public string WorkingDirectory { get; set; }