InputManager::InputProviders Property

 

Gets a collection of InputProviders registered with the InputManager.

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

public:
property ICollection^ InputProviders {
	[SecurityCriticalAttribute]
	ICollection^ get();
}

Property Value

Type: System.Collections::ICollection^

The collection of input provides.

UIPermission

for getting the collection of input providers. Associated enumerations: PermissionState::Unrestricted

.NET Framework
Available since 3.0
Return to top
Show: