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 Jump
Declaration
public JumpLink(string path, string title)
Parameters
System. The path to the item. The path is required for the JumpList Link |
System. The title for the Jump |
Properties
Arguments
Gets or sets the arguments passed to the command line.
Declaration
public string Arguments { get; set; }
Property Value
System.
|
IconReference
Gets or sets the icon reference (location and index) of the icon.
Declaration
public IconReference IconReference { get; set; }
Property Value
Path
Gets or sets the path.
Declaration
public string Path { get; set; }
Property Value
System.
|
Implements
ShowCommand
Gets or sets the show command of the launched application.
Declaration
public WindowShowCommand ShowCommand { get; set; }
Property Value
Title
Gets or sets the title.
Declaration
public string Title { get; set; }
Property Value
System.
|
WorkingDirectory
Gets or sets the working directory.
Declaration
public string WorkingDirectory { get; set; }
Property Value
System.
|