InputDevice.ActiveSource Property

Definition

When overridden in a derived class, gets the PresentationSource that is reporting input for this device.

public:
 abstract property System::Windows::PresentationSource ^ ActiveSource { System::Windows::PresentationSource ^ get(); };
public abstract System.Windows.PresentationSource ActiveSource { get; }
member this.ActiveSource : System.Windows.PresentationSource
Public MustOverride ReadOnly Property ActiveSource As PresentationSource

Property Value

The source that is reporting input for this device.

Applies to

See also