Skip to main content
A newer version of this page is available. .

JumpListItemTask.Clone() Method

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

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v19.1.dll

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