IO::SetClipboard Function

Sets the clipboard content.

Syntax

bool IO::SetClipboard(
const string&in content
)

Parameters

const string&in content
The content to set.

Return value

bool
true if the clipboard content was set successfully, false otherwise.

Remarks

None.