Processing Ajax...

Title

Message

Confirm

Confirm

Confirm

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure you want to delete this item?

Clear the Clipboard

Description
This script will clear the current contents of the clipboard.
Language
C#.net
Minimum Version
Created By
Keith Lammers (BFS)
Contributors
-
Date Created
Mar 13, 2017
Date Last Modified
Mar 13, 2017

Macro Code

using System;

public static class ClipboardFusionHelper
{
	public static string ProcessText(string text)
	{
		BFS.Clipboard.Clear();
		return null;
	}
}