Pastes the current clipboard data to the current display, if a supported data format is on the clipboard.

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

Syntax

C#
public GwxDependencyObject[] PasteFromClipboard()
Visual Basic
Public Function PasteFromClipboard As GwxDependencyObject()
JScript
public function PasteFromClipboard() : GwxDependencyObject[]

Return Value

A list of paste objects if successful, null if the paste operation failed.

See Also