JumpTask
Class
The base class for a jump list task.
Definition
Namespace:Telerik.WinControls.Taskbar
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public abstract class JumpTask : IDisposable
Inheritance: objectJumpTask
Derived Classes:
Implements:
Constructors
C#
protected JumpTask()
Properties
Gets the native IShellLinkW object.
C#
public object NativeShellObject { get; }
Methods
Destructor of the JumpTask class.
C#
protected ~JumpTask()
Release the native objects.
C#
public virtual void Dispose()
Implements:
Release the native and managed objects
C#
protected virtual void Dispose(bool disposing)
Indicates that this is being called from Dispose method.