Copies the specified list of GwxDependencyObject objects to the clipboard.

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

Syntax

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

Parameters

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

See Also