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