Share via


IMsRdpClient2 (Compact 7)

3/12/2014

This interface manages client settings.

Methods

This interface inherits methods from the IUnknown and IMsRdpClient interfaces. In addition, this interface defines the following methods.

Method Description

get_AdvancedSettings3

Retrieves a pointer to the IMsRdpClientAdvancedSettings2 interface. Use this interface to set advanced settings for the client control.

put_ConnectedStatusText

Sets the value of the ConnectedStatusText property, which specifies the text to display in the client area of the control while the control is in the connected state. This is the text that is visible, for example, when the user switches the control to full-screen mode in a web browser, a scenario that leaves a portion of the control hosted in the browser.

get_ConnectedStatusText

Retrieves the value of the ConnectedStatusText property for this control.

Properties

This interface defines the following properties. The preceding table includes an access method for this property.

Property Access type Description

AdvancedSettings3

Read-only

Pointer to the IMsRdpClientAdvancedSettings2 interface, used to set advanced settings for the client control.

ConnectedStatusText

Read/write

Text that is displayed in the client area of the control while the control is in the connected state.

Remarks

This interface has been extended by the following interfaces, with each new interface inheriting all of the methods and properties of the previous interfaces.

Requirements

Header

mstsax.h,
mstsax.idl

Library

Mstsax.lib

See Also

Reference

Remote Desktop ActiveX Control Interfaces
IMsRdpClient
IMsTscAx