SystemParameters.IsRemotelyControlled Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the current session is remotely controlled.
public:
 static property bool IsRemotelyControlled { bool get(); };public static bool IsRemotelyControlled { [System.Security.SecurityCritical] get; }public static bool IsRemotelyControlled { get; }[<get: System.Security.SecurityCritical>]
static member IsRemotelyControlled : boolstatic member IsRemotelyControlled : boolPublic Shared ReadOnly Property IsRemotelyControlled As BooleanProperty Value
true if the current session is remotely controlled; otherwise, false.
- Attributes
Remarks
This system metric is used in a Terminal Services environment.
Maps to SM_REMOTECONTROL. See GetSystemMetrics.
XAML attribute usage
<object property="{ SystemParameters.IsRemotelyControlled}"/>