ClassJumpTask
Class
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:
Implements:
Constructors
JumpTask()
Declaration
cs-api-definition
protected JumpTask()
Properties
NativeShellObject
Gets the native IShellLinkW object.
Methods
Dispose()
Release the native objects.
Declaration
cs-api-definition
public virtual void Dispose()
Implements
Dispose(bool)
Release the native and managed objects
Declaration
cs-api-definition
protected virtual void Dispose(bool disposing)
Parameters
disposing
Indicates that this is being called from Dispose method.