TouchDevice::SetActiveSource Method (PresentationSource^)

.NET Framework (current version)
 

Sets the PresentationSource that is reporting input for this device.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

protected:
[SecurityCriticalAttribute]
[UIPermissionAttribute(SecurityAction::LinkDemand, Unrestricted = true)]
void SetActiveSource(
	PresentationSource^ activeSource
)

Parameters

activeSource
Type: System.Windows::PresentationSource^

The source that reports input for this device.

.NET Framework
Available since 4.0
Return to top
Show: