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