New to Telerik UI for WinFormsStart a free 30-day trial

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: JumpLinkJumpSeparator

Implements: IDisposable

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: IDisposable.Dispose()

Release the native and managed objects

C#
protected virtual void Dispose(bool disposing)
Parameters:disposingbool

Indicates that this is being called from Dispose method.