Table of Contents

Class JumpListSeparator

Namespace
Microsoft.WindowsAPICodePack.Taskbar
Assembly
Microsoft.WindowsAPICodePack.Shell.dll

Represents a separator in the user task list. The JumpListSeparator control can only be used in a user task list.

public class JumpListSeparator : JumpListTask, IDisposable
Inheritance
JumpListSeparator
Implements
Inherited Members

Constructors

JumpListSeparator()

public JumpListSeparator()

Methods

Dispose()

Release the native objects.

public void Dispose()

Dispose(bool)

Release the native and managed objects

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

Indicates that this is being called from Dispose(), rather than the finalizer.

~JumpListSeparator()

Implement the finalizer.

protected ~JumpListSeparator()