InputManager::Current Property

 

Gets the InputManager associated with the current thread.

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

public:
property InputManager^ Current {
	[SecurityCriticalAttribute]
	[UIPermissionAttribute(SecurityAction::LinkDemand, Unrestricted = true)]
	static InputManager^ get();
}

Property Value

Type: System.Windows.Input::InputManager^

The input manager.

This class will not be available in Internet zone.

UIPermission

for getting the current input manager. Associated enumerations: PermissionState::Unrestricted

.NET Framework
Available since 3.0
Return to top
Show: