Copies the specified list of GwxDependencyObject objects to the clipboard and deletes them from the display.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void CutObjects(
	GwxDependencyObject[] objectsToCut
)
Visual Basic
Public Sub CutObjects ( _
	objectsToCut As GwxDependencyObject() _
)
JScript
public function CutObjects(
	objectsToCut : GwxDependencyObject[]
)

Parameters

objectsToCut
Type: array<Ico.Gwx..::..GwxDependencyObject>[]()[][]
The objects to cut.

See Also