InputDevice::Target Property

 

When overridden in a derived class, gets the element that receives input from this device.

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

public:
property IInputElement^ Target {
	virtual IInputElement^ get() abstract;
}

Property Value

Type: System.Windows::IInputElement^

The element that receives input.

.NET Framework
Available since 3.0
Return to top
Show: