ClassJumpLink
Class
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:
Inherited Members
Constructors
JumpLink(string, string)
Initializes a new instance of a JumpLink with the specified path.
Properties
Arguments
Gets or sets the arguments passed to the command line.
IconReference
Gets or sets the icon reference (location and index) of the icon.
Declaration
cs-api-definition
public IconReference IconReference { get; set; }
Property Value
Path
Gets or sets the path.
ShowCommand
Gets or sets the show command of the launched application.
Declaration
cs-api-definition
public WindowShowCommand ShowCommand { get; set; }
Property Value
WindowShowCommand
Title
Gets or sets the title.
WorkingDirectory
Gets or sets the working directory.