Share via


InputManager Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the input manager with which the current InputProviderSite object communicates.

Namespace:  Microsoft.SPOT.Input
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public ReadOnly Property InputManager As InputManager
public InputManager InputManager { get; }
public:
property InputManager^ InputManager {
    InputManager^ get ();
}
member InputManager : InputManager
function get InputManager () : InputManager

Property Value

Type: Microsoft.SPOT.Input. . :: . .InputManager
An object that represents the input manager with which the current InputProviderSite object communicates.

Remarks

You use the InputManager object to coordinate all of the input systems in Windows Presentation Foundation (WPF), and to control the input staging area.

.NET Framework Security

See Also

Reference

InputProviderSite Class

Microsoft.SPOT.Input Namespace