FormsWindow CopyTextToClipboard Method Delta Engine Documentation
Clipboard.SetText must be executed on a STA thread, which we are not, create extra thread! View code on GitHub

Namespace: DeltaEngine.Platforms.Windows
Assembly: DeltaEngine.Platforms.Windows (in DeltaEngine.Platforms.Windows.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void CopyTextToClipboard(
	string text
)

Implements

Window CopyTextToClipboard(String)
See Also