Mouse::PrimaryDevice Property

 

Gets the primary mouse device.

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

public:
property MouseDevice^ PrimaryDevice {
	[SecurityCriticalAttribute]
	static MouseDevice^ get();
}

Property Value

Type: System.Windows.Input::MouseDevice^

The device.

This property supports the Windows Presentation Foundation infrastructure and is not intended to be used directly from your code.

.NET Framework
Available since 3.0
Return to top
Show: