Interface IJumpItem
Namespace: Telerik.WinControls.Taskbar
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface IJumpItem
Properties
Path
Gets or sets the path of the jump list item.
Declaration
string Path { get; set; }
Property Value
System.String
|