Class JumpTask
The base class for a jump list task.
Inheritance
System.Object
JumpTask
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Taskbar
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class JumpTask : IDisposable
Constructors
JumpTask()
Declaration
protected JumpTask()
Properties
NativeShellObject
Gets the native IShellLinkW object.
Declaration
public object NativeShellObject { get; }
Property Value
|
System.Object
|
Methods
Dispose()
Release the native objects.
Declaration
public virtual void Dispose()
Implements
System.IDisposable.Dispose()
Dispose(Boolean)
Release the native and managed objects
Declaration
protected virtual void Dispose(bool disposing)
Parameters
|
System.Boolean
disposing
Indicates that this is being called from Dispose method. |