Notifies the client that the local clipboard has changed.
If you are implementing clipboard integration, use this to set the remote clipboard.
Namespace: RemoteViewing.Vnc.ServerAssembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
public void SendLocalClipboardChange(
string data
)
public void SendLocalClipboardChange(
string data
)
Public Sub SendLocalClipboardChange ( _
data As String _
)
Public Sub SendLocalClipboardChange ( _
data As String _
)
public:
void SendLocalClipboardChange(
String^ data
)
public:
void SendLocalClipboardChange(
String^ data
)
member SendLocalClipboardChange :
data : string -> unit
member SendLocalClipboardChange :
data : string -> unit
Parameters
- data
- Type: System String
The contents of the local clipboard.