If enabled, local clipboard changes will be sent to the remote VNC server.
Namespace: RemoteViewing.Windows.FormsAssembly: RemoteViewing.Windows.Forms (in RemoteViewing.Windows.Forms.dll) Version: 0.9.1.0 (0.9.1.0)
public bool AllowClipboardSharingToServer { get; set; }
public bool AllowClipboardSharingToServer { get; set; }
Public Property AllowClipboardSharingToServer As Boolean
Get
Set
Public Property AllowClipboardSharingToServer As Boolean
Get
Set
public:
property bool AllowClipboardSharingToServer {
bool get ();
void set (bool value);
}
public:
property bool AllowClipboardSharingToServer {
bool get ();
void set (bool value);
}
member AllowClipboardSharingToServer : bool with get, set
member AllowClipboardSharingToServer : bool with get, set