DisplayConfiguration
The display settings used for the remote desktop session.
Type
RoyalApps.Community.Rdp.WinForms.Configuration.Display.DisplayConfigurationProperties
AutoScaling (bool)
If set to true, DPI scaling will be applied automatically.
ColorDepth (ColorDepth) ↗
The color depth (in bits per pixel) for the control's connection. Values include 8, 15, 16, 24, and 32 bits per pixel.
ContainerHandledFullScreen (bool) ↗
Specifies whether the container-handled full-screen mode is enabled.
DesktopHeight (int) ↗
Specifies the current control's height, in pixels, on the initial remote desktop. Setting the DesktopHeight property is optional, but it must be set before calling the Connect method. If a desktop height is not specified, or is set to zero, the desktop height is set to the height of the control. The minimum and maximum values are dependent upon the operating system version of the Remote Desktop client.
DesktopWidth (int) ↗
Specifies the current control's width, in pixels, on the initial remote desktop. Setting the DesktopWidth property is optional, but it must be set before calling the Connect method. If a desktop width is not specified, or is set to zero, the desktop width is set to the width of the control. The minimum and maximum values are dependent upon the operating system version of the Remote Desktop client.
DisplayConnectionBar (bool) ↗
Specifies whether to use the connection bar. The default value is true, which enables the property.
FullScreen (bool) ↗
Determines whether the client control is in full-screen mode. True to enter full-screen mode, False to leave full-screen mode and return to window mode. Note: You can set this property when the control is connected.
FullScreenTitle (string?) ↗
Specifies the window title displayed when the control is in full-screen mode.
HasDesktopSize (bool)
Return true if a desktop width and height is set.
InitialZoomLevel (int)
The initial zoom level in percent (default is 100).
PinConnectionBar (bool) ↗
Specifies the state of the UI connection bar. Setting this property to true sets the state to "lowered", that is, invisible to the user and unavailable for input. False sets the state to "raised" and available for user input.
ResizeBehavior (ResizeBehavior)
The behavior when the control is resized.
UseLocalScaling (bool)
Use local scaling instead of setting the DPI in the remote session. If enabled, Smart Sizing is not available.
UseMultimon (bool) ↗
Specifies whether the Remote Desktop ActiveX control should use multiple monitors. If this property is true, the control will use multiple monitors. If this property is false, the control will not use multiple monitors. Note: You cannot set this property while the connection has been established. Support: embedded and external sessions. External mode writes the standard use multimon RDP property. In external mode, selective monitor targeting is configured through ExternalSessionConfiguration.SelectedMonitors.
