JumpItem
Class
Represents a jump list item.
Definition
Namespace:Telerik.WinControls.Taskbar
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class JumpItem : JumpItemBase, IDisposable, IJumpItem
Inheritance: objectJumpItemBaseJumpItem
Implements:
Constructors
Creates a jump list item with the specified path.
C#
public JumpItem(string path)
The path to the jump list item.
Remarks:
The file type should associate the given file
with the calling application.