This document is archived and information here might be outdated. Recommended version. |
Enables continuous display updates during navigation while in a remote desktop session.
[Visual Basic .NET]
Public Property EnableContinuousUpdatesOverRemoteDesktop As Boolean
[C#]
public bool EnableContinuousUpdatesOverRemoteDesktop {get; set;}
[C++]
HRESULT get_EnableContinuousUpdatesOverRemoteDesktop(
VARIANT_BOOL pbEnableInteract
);
[C++]
HRESULT put_EnableContinuousUpdatesOverRemoteDesktop(
Boolean* pbEnableInteract
);
[C++] Parameters pbEnableInteract [in]
pbEnableInteract is a parameter of type bool pbEnableInteract [out, retval]
pbEnableInteract is a parameter of type bool*