VncClient SendLocalClipboardChange Method RemoteViewing
Notifies the server that the local clipboard has changed. If you are implementing clipboard integration, use this to set the remote clipboard.

Namespace: RemoteViewing.Vnc
Assembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
Syntax

public void SendLocalClipboardChange(
	string data
)

Parameters

data
Type: OnlineSystem String
The contents of the local clipboard.
See Also