Class JumpLink
Represents a jump list link object.
Inherited Members
Namespace: Telerik.WinControls.Taskbar
Assembly: Telerik.WinControls.UI.dll
Syntax
public class JumpLink : JumpTask, IJumpItem, IDisposable
Constructors
JumpLink(String, String)
Initializes a new instance of a JumpLink with the specified path.
Declaration
public JumpLink(string path, string title)
Parameters
System.String
path
The path to the item. The path is required for the JumpList Link |
System.String
title
The title for the JumpLink item. The title is required for the JumpList link. |
Properties
Arguments
Gets or sets the arguments passed to the command line.
Declaration
public string Arguments { get; set; }
Property Value
System.String
|
IconReference
Gets or sets the icon reference (location and index) of the icon.
Declaration
public IconReference IconReference { get; set; }
Property Value
IconReference
|
Path
Gets or sets the path.
Declaration
public string Path { get; set; }
Property Value
System.String
|
Implements
ShowCommand
Gets or sets the show command of the launched application.
Declaration
public WindowShowCommand ShowCommand { get; set; }
Property Value
WindowShowCommand
|
Title
Gets or sets the title.
Declaration
public string Title { get; set; }
Property Value
System.String
|
WorkingDirectory
Gets or sets the working directory.
Declaration
public string WorkingDirectory { get; set; }
Property Value
System.String
|