Skip to main content

JumpListItemTask.Clone() Method

Creates a new object that is a copy of the current JumpListItemTask.

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public object Clone()

Returns

Type Description
Object

A new object that is a copy of the current JumpListItemTask.

Remarks

The Clone method returns a new instance of the JumpListItemTask that is a copy the current JumpListItemTask. This method copies values of the following properties: JumpListItemTask.Arguments, JumpListItemTask.Caption, JumpListItemTask.IconIndex, JumpListItemTask.Path, JumpListItemTask.ShowCommand and JumpListItemTask.WorkingDirectory.

See Also