User guide

RGS properties 138
Network properties group
Rgreceiver.Network.Timeout.IsMutable
Rgreceiver.Network.Timeout.Warning
Rgreceiver.Network.Timeout.Error
Rgreceiver.Network.Timeout.Dialog
Hotkey properties group
Rgreceiver.Hotkeys.IsMutable
Rgreceiver.Hotkeys.SetupModeSequence
Rgreceiver.Hotkeys.IsSendCtrlAltEndAsCtrlAltDeleteEnabled
Rgreceiver.Hotkeys.IsSendFirstKeyInSequenceEnabled
Rgreceiver.Hotkeys.IsKeyRepeatEnabled
Rgreceiver.Hotkeys.IsCtrlAltDeletePassThroughEnabled
Remote Clipboard properties group
(see below for the per-session Remote Clipboard property)
Rgreceiver.Clipboard.IsMutable
Rgreceiver.Clipboard.IsEnabled
Rgreceiver.Clipboard.FilterString
Logging properties group
Rgreceiver.Log.IsMutable
Rgreceiver.Log.IsFileLoggerEnabled
Rgreceiver.Log.IsConsoleLoggerEnabled
Rgreceiver.Log.Filename
Rgreceiver.Log.Level
Rgreceiver.Log.MaxFileSize
Rgreceiver.Log.NumBackupFiles
Image codec properties group
Rgreceiver.ImageCodec.IsMutable
Rgreceiver.ImageCodec.Quality
Per-session properties
Remote Clipboard per-session property
(see above for the per-Receiver Remote Clipboard properties)
Rgreceiver.Session.<N>.Clipboard.IsEnabled
Window placement and size group
Rgreceiver.Session.<N>.RemoteDisplayWindow.X
Rgreceiver.Session.<N>.RemoteDisplayWindow.Y
Rgreceiver.Session.<N>.VirtualDisplay.IsPreferredResolutionEnabled
Rgreceiver.Session.<N>.VirtualDisplay.PreferredResolutionHeight
Rgreceiver.Session.<N>.VirtualDisplay.PreferredResolutionWidth
With the exception of the general properties and the microphone property, all Receiver property groups have an
.IsMutable property (the group IsMutable property). The IsMutable property is always of type bool. For
example:
Rgreceiver.Audio.IsMutable=1
When the group IsMutable property is 1 (true), the user is allowed to interactively change the other properties in
the audio group—by using, for example, the Receiver Control Panel. When the group IsMutable property is 0
(false), the user is prevented from interactively changing the other properties in the group. All group IsMutuable
properties have a default value of 1, which allows the user to interactively change the other properties in the
group.
With RGS 5.0, a new IsMutable feature was added. Each of the individual properties now has an associated
IsMutable Boolean property to control whether each individual property can be interactively changed by the
user—this is the individual IsMutable property. For example, the Rgreceiver.Network.Timeout.Error
property now has the individual Rgreceiver.Network.Timeout.Error.IsMutable property. If this