Class
JumpTask

The base class for a jump list task.

Definition

Namespace:Telerik.WinControls.Taskbar

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public abstract class JumpTask : IDisposable

Inheritance: objectJumpTask

Derived Classes: JumpLinkJumpSeparator

Implements: IDisposable

Constructors

JumpTask()

Declaration

cs-api-definition
protected JumpTask()

Properties

NativeShellObject

Gets the native IShellLinkW object.

Declaration

cs-api-definition
public object NativeShellObject { get; }

Property Value

object

Methods

Dispose()

Release the native objects.

Declaration

cs-api-definition
public virtual void Dispose()

Implements IDisposable.Dispose()

Dispose(bool)

Release the native and managed objects

Declaration

cs-api-definition
protected virtual void Dispose(bool disposing)

Parameters

disposing

bool

Indicates that this is being called from Dispose method.

~JumpTask()

Destructor of the JumpTask class.

Declaration

cs-api-definition
protected ~JumpTask()