Class JumpItem
Represents a jump list item.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Taskbar
Assembly: Telerik.WinControls.UI.dll
Syntax
public class JumpItem : JumpItemBase, IDisposable, IJumpItem
Constructors
JumpItem(String)
Creates a jump list item with the specified path.
Declaration
public JumpItem(string path)
Parameters
System.String
path
The path to the jump list item. |
Remarks
The file type should associate the given file
with the calling application.